clean up .svn and CVS directories for every package
SVN-Revision: 3853
This commit is contained in:
parent
c664a4aef7
commit
fc7bbe2e1a
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue