svn commit: samba r8303 - in branches/SAMBA_4_0/source: build/smb_build heimdal_build

tridge at samba.org tridge at samba.org
Mon Jul 11 01:45:17 GMT 2005


Author: tridge
Date: 2005-07-11 01:45:16 +0000 (Mon, 11 Jul 2005)
New Revision: 8303

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

Log:
a workaround for forcing HEIMDAL_EXTERNAL to build. 

Jelmer, when you get a chance can we discuss how to fix this properly?

Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm
   branches/SAMBA_4_0/source/heimdal_build/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-07-11 01:16:55 UTC (rev 8302)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-07-11 01:45:16 UTC (rev 8303)
@@ -143,7 +143,7 @@
 pch_clean:
 	-rm -f include/includes.h.gch
 
-basics: idl proto_exists
+basics: idl proto_exists bin/.SUBSYSTEM_HEIMDAL_EXTERNAL
 
 test: @DEFAULT_TEST_TARGET@
 

Modified: branches/SAMBA_4_0/source/heimdal_build/config.mk
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.mk	2005-07-11 01:16:55 UTC (rev 8302)
+++ branches/SAMBA_4_0/source/heimdal_build/config.mk	2005-07-11 01:45:16 UTC (rev 8303)
@@ -363,7 +363,7 @@
 
 #######################
 # Start TARGET HEIMDAL_EXTERNAL
-[TARGET::HEIMDAL_EXTERNAL]
+[SUBSYSTEM::HEIMDAL_EXTERNAL]
 CMD = heimdal_build/build_external.sh
 REQUIRED_SUBSYSTEMS = ASN1_COMPILER
 # END TARGET HEIMDAL_EXTERNAL



More information about the samba-cvs mailing list