1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 18:56:42 +03:00

Remove packages when cleaning

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@319 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-03-06 14:35:58 +00:00
parent 72c8aeba30
commit 3d41e84381
8 changed files with 8 additions and 3 deletions

View File

@ -44,3 +44,4 @@ install: $(IPKG_STATE_DIR)/info/arptables.list
clean:
rm -rf $(PKG_BUILD_DIR)
rm -f $(PKG_IPK)

View File

@ -70,3 +70,4 @@ install: $(IPKG_STATE_DIR)/info/bridge.list
clean:
rm -rf $(PKG_BUILD_DIR)
rm -f $(PKG_IPK)

View File

@ -44,3 +44,4 @@ install: $(IPKG_STATE_DIR)/info/ebtables.list
clean:
rm -rf $(PKG_BUILD_DIR)
rm -f $(PKG_IPK)

View File

@ -91,3 +91,4 @@ install: $(INSTALL_TARGETS)
clean:
rm -rf $(PKG_BUILD_DIR)
rm -f $(PKG_IP) $(PKG_TC)

View File

@ -104,4 +104,4 @@ install: $(INSTALL_TARGETS)
clean:
rm -rf $(PKG_BUILD_DIR)
rm -f $(PKG_IPT)
rm -f $(PKG_IPT) $(PKG_IPT_EXTRA) $(PKG_IP6T)

View File

@ -52,5 +52,5 @@ install: $(PKG_ZLIB) $(IPKG_STATE_DIR)/info/libmatrixssl.list
clean:
rm -rf $(PKG_BUILD_DIR)
rm -f $(STAGING_DIR)/lib/libmatrixssl* $(STAGING_DIR)/include/matrixssl*
rm -f $(PACKAGE_DIR)/matrixssl\*.ipk
rm -f $(PKG_IPK)

View File

@ -72,5 +72,5 @@ clean:
rm -rf $(PKG_BUILD_DIR)
rm -f $(STAGING_DIR)/lib/libssl*
rm -f $(STAGING_DIR)/lib/libcrypto*
rm -f $(PACKAGE_DIR)/$(PKG_NAME)\*.ipk
rm -f $(PKG_IPK)

View File

@ -70,3 +70,4 @@ install: $(IPKG_STATE_DIR)/info/openvpn.list
clean:
rm -rf $(PKG_BUILD_DIR)
rm -f $(PKG_IPK)