svn commit: samba r14852 - in branches/SAMBA_4_0/source: . heimdal_build

jelmer at samba.org jelmer at samba.org
Sat Apr 1 18:41:08 GMT 2006


Author: jelmer
Date: 2006-04-01 18:41:07 +0000 (Sat, 01 Apr 2006)
New Revision: 14852

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

Log:
See if all target platforms support multiple .SUFFIXES lines.

Modified:
   branches/SAMBA_4_0/source/heimdal_build/config.mk
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/config.mk
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.mk	2006-04-01 18:26:30 UTC (rev 14851)
+++ branches/SAMBA_4_0/source/heimdal_build/config.mk	2006-04-01 18:41:07 UTC (rev 14852)
@@ -428,6 +428,10 @@
 include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/k524_err.et|
 include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/krb5_err.et|
 
+.SUFFIXES: .hin 
+.hin.h:
+	@cp $< $@
+
 $(patsubst heimdal/lib/des/%.h,heimdal/lib/des/hcrypto/%.h,$(wildcard heimdal/lib/des/*.h)): heimdal/lib/des/hcrypto
 
 heimdal/lib/des/hcrypto: 

Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2006-04-01 18:26:30 UTC (rev 14851)
+++ branches/SAMBA_4_0/source/main.mk	2006-04-01 18:41:07 UTC (rev 14852)
@@ -308,11 +308,8 @@
 # File types
 ###############################################################################
 
-.SUFFIXES: .x .c .et .y .l .d .o .h .h.gch .a .so .1 .1.xml .3 .3.xml .5 .5.xml .7 .7.xml .8 .8.xml .ho .hin .idl .hd
+.SUFFIXES: .x .c .et .y .l .d .o .h .h.gch .a .so .1 .1.xml .3 .3.xml .5 .5.xml .7 .7.xml .8 .8.xml .ho .idl .hd
 
-.hin.h:
-	@cp $< $@
-
 .c.ho:
 	@echo "Compiling $< with host compiler"
 	@$(HOSTCC) `script/cflags.pl $@` $(CFLAGS) -c $< -o $@



More information about the samba-cvs mailing list