[Glibc-bsd-commits] r3088 - trunk/freebsd-libs/debian
Aurelien Jarno
aurel32 at alioth.debian.org
Wed Jul 28 18:19:44 UTC 2010
Author: aurel32
Date: 2010-07-28 18:19:41 +0000 (Wed, 28 Jul 2010)
New Revision: 3088
Modified:
trunk/freebsd-libs/debian/rules
Log:
Small clean-up
Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules 2010-07-28 18:16:05 UTC (rev 3087)
+++ trunk/freebsd-libs/debian/rules 2010-07-28 18:19:41 UTC (rev 3088)
@@ -36,8 +36,8 @@
svn export $(SVN)/$$i $(ORIGDIR)/$$i ; \
done
svn cat $(SVN)/$$i/share/misc/usb_hid_usages > $(ORIGDIR)/lib/libusbhid/usb_hid_usages
- mkdir -p freebsd-libs-$(VERSION)/sys/kern ; \
- svn cat $(SVN)/$$i/sys/kern/subr_sbuf.c > $(ORIGDIR)/sys/kern/subr_sbuf.c
+ mkdir -p $(ORIGDIR)/sys/kern && \
+ svn cat $(SVN)/sys/kern/subr_sbuf.c > $(ORIGDIR)/sys/kern/subr_sbuf.c
# Remove unused files with non GPL compatible license (eg BSD 4 clauses)
rm -f $(ORIGDIR)/sys/cam/scsi/scsi_ch.*
rm -f $(ORIGDIR)/lib/libkvm/kvm_ia64.c
More information about the Glibc-bsd-commits
mailing list