[Glibc-bsd-commits] r3374 - trunk/freebsd-buildutils/debian

Guillem Jover guillem at alioth.debian.org
Tue May 31 02:20:20 UTC 2011


Author: guillem
Date: 2011-05-31 02:20:20 +0000 (Tue, 31 May 2011)
New Revision: 3374

Modified:
   trunk/freebsd-buildutils/debian/changelog
   trunk/freebsd-buildutils/debian/rules
Log:
Do not install profile and libfl.a hardlinks for freebsd-lex libln.a


Modified: trunk/freebsd-buildutils/debian/changelog
===================================================================
--- trunk/freebsd-buildutils/debian/changelog	2011-05-31 01:53:13 UTC (rev 3373)
+++ trunk/freebsd-buildutils/debian/changelog	2011-05-31 02:20:20 UTC (rev 3374)
@@ -29,6 +29,7 @@
   * Change ‘unix’ freebsd-make variable to “We run Debian, not UNIX.” and
     remove ‘.FreeBSD’ freebsd-make variable. (Closes: #493841)
   * Intersperse Depends description comments between the actual dependencies.
+  * Do not install profile and libfl.a hardlinks for freebsd-lex libln.a.
 
  -- Robert Millan <rmh at debian.org>  Thu, 13 Jan 2011 18:29:12 +0100
 

Modified: trunk/freebsd-buildutils/debian/rules
===================================================================
--- trunk/freebsd-buildutils/debian/rules	2011-05-31 01:53:13 UTC (rev 3373)
+++ trunk/freebsd-buildutils/debian/rules	2011-05-31 02:20:20 UTC (rev 3374)
@@ -101,7 +101,7 @@
 	cd build-tree/src/usr.bin/lex ; \
 		$(PMAKE) bootstrap ; \
 		$(YACC) -d -o parse.c parse.y ; \
-		$(PMAKE) $(MAKE_BUILD_FLAGS)
+		$(PMAKE) $(MAKE_BUILD_FLAGS) NO_PROFILE=1 NO_INSTALLLIB=1
 
 	$(PMAKE) $(MAKE_BUILD_FLAGS) -C build-tree/src/usr.bin/mkdep
 	$(PMAKE) $(MAKE_BUILD_FLAGS) -C build-tree/src/usr.sbin/mtree




More information about the Glibc-bsd-commits mailing list