svn commit: samba r22309 - in branches/SAMBA_4_0/source: .

metze at samba.org metze at samba.org
Tue Apr 17 14:05:01 GMT 2007


Author: metze
Date: 2007-04-17 14:05:00 +0000 (Tue, 17 Apr 2007)
New Revision: 22309

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

Log:
cosmetic changes...

force that make install first builds everything and then installs

metze
Modified:
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2007-04-17 13:58:57 UTC (rev 22308)
+++ branches/SAMBA_4_0/source/main.mk	2007-04-17 14:05:00 UTC (rev 22309)
@@ -42,7 +42,7 @@
 headers: $(PUBLIC_HEADERS) $(DEFAULT_HEADERS)
 manpages: $(MANPAGES)
 all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules
-everything: all libraries
+everything: all libraries headers
 
 showlayout: 
 	@echo 'Samba will be installed into:'
@@ -87,7 +87,7 @@
 # The permissions to give the executables
 INSTALLPERMS = 0755
 
-install: showlayout installbin installdat installwebapps installmisc installlib \
+install: showlayout everything installbin installdat installwebapps installmisc installlib \
 	installheader installpc installplugins
 
 # DESTDIR is used here to prevent packagers wasting their time



More information about the samba-cvs mailing list