svn commit: smb-build r71 - in trunk: .

jelmer at samba.org jelmer at samba.org
Sun Jan 28 01:26:59 GMT 2007


Author: jelmer
Date: 2007-01-28 01:26:59 +0000 (Sun, 28 Jan 2007)
New Revision: 71

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

Log:
Remove makefile variables.
Modified:
   trunk/Makefile
   trunk/flags.in


Changeset:
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2007-01-28 01:20:48 UTC (rev 70)
+++ trunk/Makefile	2007-01-28 01:26:59 UTC (rev 71)
@@ -15,15 +15,13 @@
 
 .c.o:
 	@echo Compiling $*.c
-	$(CC) $(TARGET_CFLAGS) `script/cflags.sh $@` $(CFLAGS) @PICFLAG@ -c $< -o $@
- at BROKEN_CC@	-mv `echo $@ | sed 's%^.*/%%g'` $@
+	$(CC) $(TARGET_CFLAGS) `script/cflags.sh $@` $(CFLAGS) -c $< -o $@
 
 # Rule for precompiled headerfiles
 
 .h.h.gch:
 	@echo Precompiling $*.h
-	$(CC) $(TARGET_CFLAGS) `script/cflags.sh $@` $(CFLAGS) @PICFLAG@ -c $< -o $@
- at BROKEN_CC@	-mv `echo $@ | sed 's%^.*/%%g'` $@
+	$(CC) $(TARGET_CFLAGS) `script/cflags.sh $@` $(CFLAGS) -c $< -o $@
 
 #  ALL_OBJS OBJ LIST
 _ALL_OBJS_OBJS =
@@ -36,10 +34,10 @@
 PROTO_PROTO_CFLAGS =
 
 idl_full: build/pidl/idl.pm
-	CPP="@CPP@" PERL="$(PERL)" script/build_idl.sh FULL @PIDL_ARGS@
+	CPP="$(CPP)" PERL="$(PERL)" script/build_idl.sh FULL
 
 idl: build/pidl/idl.pm
-	@CPP="@CPP@" PERL="$(PERL)" script/build_idl.sh PARTIAL @PIDL_ARGS@
+	@CPP="$(CPP)" PERL="$(PERL)" script/build_idl.sh PARTIAL
 
 build/pidl/idl.pm: build/pidl/idl.yp
 	-yapp -s build/pidl/idl.yp

Modified: trunk/flags.in
===================================================================
--- trunk/flags.in	2007-01-28 01:20:48 UTC (rev 70)
+++ trunk/flags.in	2007-01-28 01:26:59 UTC (rev 71)
@@ -57,6 +57,8 @@
 LD=@LD@
 LD_FLAGS=@LDFLAGS@ @CFLAGS@ -Lbin
 
+CPP=@CPP@
+
 STLD=ar
 STLD_FLAGS=-rc
 



More information about the samba-cvs mailing list