Revision: 457 http://trac.macosforge.org/projects/darwinbuild/changeset/457 Author: wsiegrist@apple.com Date: 2009-01-11 13:01:41 -0800 (Sun, 11 Jan 2009) Log Message: ----------- Build fixes for darwinup: * make libredo.o 4-way fat * put the all make target first so install is not the default Modified Paths: -------------- trunk/darwinup/Makefile trunk/darwinup/libredo.o Modified: trunk/darwinup/Makefile =================================================================== --- trunk/darwinup/Makefile 2009-01-08 22:30:33 UTC (rev 456) +++ trunk/darwinup/Makefile 2009-01-11 21:01:41 UTC (rev 457) @@ -6,14 +6,6 @@ echo /usr/local/lib/libredo_prebinding.a ; else \ echo libredo.o ; fi) - -install: all - [ -d $(BINDIR) ] || $(INSTALL) -d $(INSTALL_DIR_FLAGS) $(BINDIR) - $(INSTALL) $(INSTALL_EXE_FLAGS) darwinup $(BINDIR) - -uninstall: - rm -f $(BINDIR)/darwinup - all: darwinup darwinup: Archive.o Depot.o Digest.o File.o SerialSet.o Utils.o main.o \ @@ -27,5 +19,12 @@ Utils.o: Utils.h main.o: main.cpp Depot.h Utils.h +install: all + [ -d $(BINDIR) ] || $(INSTALL) -d $(INSTALL_DIR_FLAGS) $(BINDIR) + $(INSTALL) $(INSTALL_EXE_FLAGS) darwinup $(BINDIR) + +uninstall: + rm -f $(BINDIR)/darwinup + clean: rm -f darwinup Archive.o Depot.o Digest.o File.o SerialSet.o Utils.o main.o Modified: trunk/darwinup/libredo.o =================================================================== (Binary files differ)
participants (1)
-
source_changes@macosforge.org