[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3314 - glibc-package/trunk/debian/rules.d



Author: aurel32
Date: 2009-02-25 14:56:46 +0000 (Wed, 25 Feb 2009)
New Revision: 3314

Modified:
   glibc-package/trunk/debian/rules.d/debhelper.mk
Log:
$(shell pwd) => $(CURDIR)


Modified: glibc-package/trunk/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/debhelper.mk	2009-02-25 14:38:31 UTC (rev 3313)
+++ glibc-package/trunk/debian/rules.d/debhelper.mk	2009-02-25 14:56:46 UTC (rev 3314)
@@ -75,7 +75,7 @@
 
 	if test "$(NOSTRIP_$(curpass))" != 1; then			\
 	  chmod a+x debian/wrapper/objcopy;				\
-	  export PATH=$(shell pwd)/debian/wrapper:$$PATH;		\
+	  export PATH=$(CURDIR)/debian/wrapper:$$PATH;			\
 	  dh_strip -p$(curpass) -Xlibpthread --dbg-package=$(libc)-dbg; \
 	  (cd debian/$(curpass);					\
 	   find . -name libpthread-\*.so -exec				\


Reply to: