svn commit: samba r18035 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Mon Sep 4 12:39:41 GMT 2006


Author: tridge
Date: 2006-09-04 12:39:41 +0000 (Mon, 04 Sep 2006)
New Revision: 18035

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18035

Log:

- fixed 'make clean' to remove test objects

- fixed 'make install' to create target dir

should be ready to go into the build farm as a standalone build now?

Modified:
   branches/SAMBA_4_0/source/lib/replace/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/Makefile.in	2006-09-04 12:36:06 UTC (rev 18034)
+++ branches/SAMBA_4_0/source/lib/replace/Makefile.in	2006-09-04 12:39:41 UTC (rev 18035)
@@ -16,6 +16,7 @@
 all: libreplace.a
 
 install: all
+	mkdir -p $(libdir)
 	$(INSTALL) libreplace.a $(libdir)
 
 libreplace.a: $(OBJS)
@@ -36,7 +37,7 @@
 	@$(CC) $(CFLAGS) -c $< -o $@
 
 clean:
-	rm -f *.o *.a testsuite
+	rm -f *.o test/*.o *.a testsuite
 
 distclean: clean
 	rm -f *~ */*~



More information about the samba-cvs mailing list