Author: schizo
Date: 2006-06-10 20:37:41 +0000 (Sat, 10 Jun 2006)
New Revision: 1648

Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/rules.d/tarball.mk
Log:
    - debian/rules.d/tarball.mk: no longer run tar with -v.


Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog   2006-06-10 19:22:14 UTC 
(rev 1647)
+++ glibc-package/branches/glibc-2.4/debian/changelog   2006-06-10 20:37:41 UTC 
(rev 1648)
@@ -37,6 +37,7 @@
     - debian/debhelper.in/nscd.init: partially sync nscd initscript
       with upstream.
     - Remove mips/local-librt.diff.
+    - debian/rules.d/tarball.mk: no longer run tar with -v.
 
   [ Denis Barbier ]
     - Remove locale/complex-collate.diff (merged upstream).

Modified: glibc-package/branches/glibc-2.4/debian/rules.d/tarball.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/rules.d/tarball.mk  2006-06-10 
19:22:14 UTC (rev 1647)
+++ glibc-package/branches/glibc-2.4/debian/rules.d/tarball.mk  2006-06-10 
20:37:41 UTC (rev 1648)
@@ -6,11 +6,11 @@
 $(DEB_TARBALL): $(stamp)$(DEB_TARBALL)
 $(stamp)$(DEB_TARBALL):
        mkdir -p $(build-tree)
-       cd $(build-tree) && tar -xjvf $(CURDIR)/$(DEB_TARBALL)
+       cd $(build-tree) && tar -xjf $(CURDIR)/$(DEB_TARBALL)
        touch $@
 
 $(patsubst %,$(stamp)%,$(GLIBC_OVERLAYS)):
-       cd $(DEB_SRCDIR) && tar -xjvf $(CURDIR)/$(notdir $@)
+       cd $(DEB_SRCDIR) && tar -xjf $(CURDIR)/$(notdir $@)
        a=`echo $(notdir $@) | sed -e 's/^glibc-//' -e 's/-[^-]*$$//'`; \
        d=`echo $(notdir $@) | sed -e 's/\.tar\.bz2$$//'`; \
        if test -d $(DEB_SRCDIR)/$$d; then \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to