[Glibc-bsd-commits] r5277 - in trunk/freebsd-glue/debian: . local local/scripts
rmh at alioth.debian.org
rmh at alioth.debian.org
Mon Dec 30 17:15:04 UTC 2013
Author: rmh
Date: 2013-12-30 17:15:04 +0000 (Mon, 30 Dec 2013)
New Revision: 5277
Added:
trunk/freebsd-glue/debian/local/
trunk/freebsd-glue/debian/local/scripts/
trunk/freebsd-glue/debian/local/scripts/bmake
Modified:
trunk/freebsd-glue/debian/changelog
trunk/freebsd-glue/debian/install
Log:
Add wrapper for bmake (force it to use /usr/share/mk-freebsd instead of its own /usr/share/mk).
Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog 2013-12-30 16:53:04 UTC (rev 5276)
+++ trunk/freebsd-glue/debian/changelog 2013-12-30 17:15:04 UTC (rev 5277)
@@ -3,6 +3,8 @@
* Correctly setup BSD version of MAKEFLAGS to support parallel builds.
* Provide legacy symlinks for make and mtree (for now, fmake and
fmtree).
+ * Add wrapper for bmake (force it to use /usr/share/mk-freebsd instead
+ of its own /usr/share/mk).
-- Robert Millan <rmh at debian.org> Sun, 29 Dec 2013 20:44:42 +0100
Modified: trunk/freebsd-glue/debian/install
===================================================================
--- trunk/freebsd-glue/debian/install 2013-12-30 16:53:04 UTC (rev 5276)
+++ trunk/freebsd-glue/debian/install 2013-12-30 17:15:04 UTC (rev 5277)
@@ -2,3 +2,4 @@
usr/lib/lib*.a
usr/lib/libfreebsd-glue.so
usr/lib/libbsdxml.so
+debian/local/scripts/bmake usr/lib/freebsd
Added: trunk/freebsd-glue/debian/local/scripts/bmake
===================================================================
--- trunk/freebsd-glue/debian/local/scripts/bmake (rev 0)
+++ trunk/freebsd-glue/debian/local/scripts/bmake 2013-12-30 17:15:04 UTC (rev 5277)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/bin/bmake -m /usr/share/mk-freebsd $@
More information about the Glibc-bsd-commits
mailing list