[Fedora-directory-commits] dsbuild objdirname.mk,1.3,1.4

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Wed Feb 22 18:15:34 UTC 2006


Author: nkinder

Update of /cvs/dirsec/dsbuild
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8857

Modified Files:
	objdirname.mk 
Log Message:
Added support for 64-bit Console build on Linux


Index: objdirname.mk
===================================================================
RCS file: /cvs/dirsec/dsbuild/objdirname.mk,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- objdirname.mk	16 Feb 2006 21:33:42 -0000	1.3
+++ objdirname.mk	22 Feb 2006 18:15:24 -0000	1.4
@@ -168,10 +168,18 @@
 
 # figure out which imports file to use - for console builds
 ifeq (RHEL4,$(findstring RHEL4,$(OBJDIR_NAME)))
-IMPORTS.FILE=imports.FC3
+  ifeq ($(USE_64), 1)
+    IMPORTS.FILE=imports.FC3_x86_64
+  else
+    IMPORTS.FILE=imports.FC3
+  endif
 endif
 ifeq (Linux2.6,$(findstring Linux2.6,$(OBJDIR_NAME)))
-IMPORTS.FILE=imports.FC3
+  ifeq ($(USE_64), 1)
+    IMPORTS.FILE=imports.FC3_x86_64
+  else
+    IMPORTS.FILE=imports.FC3
+  endif
 endif
 ifeq (RHEL3,$(findstring RHEL3,$(OBJDIR_NAME)))
 IMPORTS.FILE=imports.FC2




More information about the Fedora-directory-commits mailing list