[Fedora-directory-commits] ldapserver/ldap/cm Makefile, 1.30.2.8, 1.30.2.9

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Wed Oct 12 21:57:06 UTC 2005


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/cm
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8886

Modified Files:
      Tag: Directory71RtmBranch
	Makefile 
Log Message:
[167982] Service Pack framework
fixed RHEL build failure: should have used simply expanded variable when generating a temporary directory name to store the 7.1 RTM package.



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/Makefile,v
retrieving revision 1.30.2.8
retrieving revision 1.30.2.9
diff -u -r1.30.2.8 -r1.30.2.9
--- Makefile	28 Sep 2005 22:47:13 -0000	1.30.2.8
+++ Makefile	12 Oct 2005 21:57:03 -0000	1.30.2.9
@@ -218,8 +218,8 @@
 ABSRELDIR = $(ABSBUILD_ROOT)/built/release
 GENRPMPATCH = $(ABSBUILD_ROOT)/ldap/cm/genRpmPatch.pl
 PATCHINF = $(ABSBUILD_ROOT)/ldap/cm/fedora-patch.inf
-DATETIME = $(shell date +%Y%m%d-%H%M%S)
-SPEXT = .SP.$(DATETIME)
+DATETIME := $(shell date +%Y%m%d-%H%M%S)
+SPEXT := .SP.$(DATETIME)
 
 # This is the directory where we put what we're making: the files which go on the CD.
 ifndef INSTDIR




More information about the Fedora-directory-commits mailing list