Previous 199869 Revisions Next

r41717 Friday 13th November, 2015 at 13:30:25 UTC by Thomas Klausner
Remove references to non-existing files.

The file was removed from the other gmake.*/genie.make files.
The build/gmake.* files do not exist upstream, so this
is a purely local problem.

I have however filed a PR to get bsd support added upstream:
https://github.com/bkaradzic/genie/pull/110
[3rdparty/genie/build/gmake.bsd]genie.make
[3rdparty/genie/build/gmake.solaris]genie.make

trunk/3rdparty/genie/build/gmake.bsd/genie.make
r250228r250229
5656   $(OBJDIR)/src/host/os_chdir.o \
5757   $(OBJDIR)/src/host/os_copyfile.o \
5858   $(OBJDIR)/src/host/os_getcwd.o \
59   $(OBJDIR)/src/host/os_getversion.o \
6059   $(OBJDIR)/src/host/os_is64bit.o \
6160   $(OBJDIR)/src/host/os_isdir.o \
6261   $(OBJDIR)/src/host/os_isfile.o \
r250228r250229
134133   $(OBJDIR)/src/host/os_chdir.o \
135134   $(OBJDIR)/src/host/os_copyfile.o \
136135   $(OBJDIR)/src/host/os_getcwd.o \
137   $(OBJDIR)/src/host/os_getversion.o \
138136   $(OBJDIR)/src/host/os_is64bit.o \
139137   $(OBJDIR)/src/host/os_isdir.o \
140138   $(OBJDIR)/src/host/os_isfile.o \
r250228r250229
252250   @echo $(notdir $<)
253251   $(SILENT) $(CC) $(ALL_CFLAGS) $(FORCE_INCLUDE) -o "$@" -MF $(@:%.o=%.d) -c "$<"
254252
255$(OBJDIR)/src/host/os_getversion.o: ../../src/host/os_getversion.c
256   @echo $(notdir $<)
257   $(SILENT) $(CC) $(ALL_CFLAGS) $(FORCE_INCLUDE) -o "$@" -MF $(@:%.o=%.d) -c "$<"
258
259253$(OBJDIR)/src/host/os_is64bit.o: ../../src/host/os_is64bit.c
260254   @echo $(notdir $<)
261255   $(SILENT) $(CC) $(ALL_CFLAGS) $(FORCE_INCLUDE) -o "$@" -MF $(@:%.o=%.d) -c "$<"
trunk/3rdparty/genie/build/gmake.solaris/genie.make
r250228r250229
5656   $(OBJDIR)/src/host/os_chdir.o \
5757   $(OBJDIR)/src/host/os_copyfile.o \
5858   $(OBJDIR)/src/host/os_getcwd.o \
59   $(OBJDIR)/src/host/os_getversion.o \
6059   $(OBJDIR)/src/host/os_is64bit.o \
6160   $(OBJDIR)/src/host/os_isdir.o \
6261   $(OBJDIR)/src/host/os_isfile.o \
r250228r250229
134133   $(OBJDIR)/src/host/os_chdir.o \
135134   $(OBJDIR)/src/host/os_copyfile.o \
136135   $(OBJDIR)/src/host/os_getcwd.o \
137   $(OBJDIR)/src/host/os_getversion.o \
138136   $(OBJDIR)/src/host/os_is64bit.o \
139137   $(OBJDIR)/src/host/os_isdir.o \
140138   $(OBJDIR)/src/host/os_isfile.o \
r250228r250229
252250   @echo $(notdir $<)
253251   $(SILENT) $(CC) $(ALL_CFLAGS) $(FORCE_INCLUDE) -o "$@" -MF $(@:%.o=%.d) -c "$<"
254252
255$(OBJDIR)/src/host/os_getversion.o: ../../src/host/os_getversion.c
256   @echo $(notdir $<)
257   $(SILENT) $(CC) $(ALL_CFLAGS) $(FORCE_INCLUDE) -o "$@" -MF $(@:%.o=%.d) -c "$<"
258
259253$(OBJDIR)/src/host/os_is64bit.o: ../../src/host/os_is64bit.c
260254   @echo $(notdir $<)
261255   $(SILENT) $(CC) $(ALL_CFLAGS) $(FORCE_INCLUDE) -o "$@" -MF $(@:%.o=%.d) -c "$<"


Previous 199869 Revisions Next


© 1997-2024 The MAME Team