[Glibc-bsd-commits] r5249 - trunk/kfreebsd-11/debian

rmh at alioth.debian.org rmh at alioth.debian.org
Thu Dec 19 11:08:46 UTC 2013


Author: rmh
Date: 2013-12-19 11:08:45 +0000 (Thu, 19 Dec 2013)
New Revision: 5249

Modified:
   trunk/kfreebsd-11/debian/rules
Log:
Oops. Replace hardcoded amd64.

Modified: trunk/kfreebsd-11/debian/rules
===================================================================
--- trunk/kfreebsd-11/debian/rules	2013-12-18 12:29:22 UTC (rev 5248)
+++ trunk/kfreebsd-11/debian/rules	2013-12-19 11:08:45 UTC (rev 5249)
@@ -176,7 +176,7 @@
 
 	# Change ident to the kernel version
 	sed -i -e 's/^KERN_IDENT=.*/KERN_IDENT=Debian $* ($(full_version))/g' \
-		$(FLAVOR_DIR)-$*/sys/amd64/compile/DEBCUSTOM/Makefile
+		$(FLAVOR_DIR)-$*/sys/$(kfreebsd_cpu)/compile/DEBCUSTOM/Makefile
 
 	# Build it
 	$(MAKE) \




More information about the Glibc-bsd-commits mailing list