mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 11:51:05 +02:00
clean up .svn and CVS directories for every package
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3853 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3c17bb247f
commit
08b4d55064
@ -154,6 +154,8 @@ define BuildPackage
|
|||||||
$$(IPKG_$(1)): $$(IDIR_$(1))/CONTROL/control $(PKG_BUILD_DIR)/.built
|
$$(IPKG_$(1)): $$(IDIR_$(1))/CONTROL/control $(PKG_BUILD_DIR)/.built
|
||||||
$(call Package/$(1)/install,$$(IDIR_$(1)))
|
$(call Package/$(1)/install,$$(IDIR_$(1)))
|
||||||
mkdir -p $(PACKAGE_DIR)
|
mkdir -p $(PACKAGE_DIR)
|
||||||
|
find $$(IDIR_$(1)) -name CVS | xargs rm -rf
|
||||||
|
find $$(IDIR_$(1)) -name .svn | xargs rm -rf
|
||||||
$(RSTRIP) $$(IDIR_$(1))
|
$(RSTRIP) $$(IDIR_$(1))
|
||||||
$(IPKG_BUILD) $$(IDIR_$(1)) $(PACKAGE_DIR)
|
$(IPKG_BUILD) $$(IDIR_$(1)) $(PACKAGE_DIR)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user