Remove packages when cleaning

SVN-Revision: 319
lede-17.01
Nicolas Thill 2005-03-06 14:35:58 +00:00
parent ce041c7935
commit 0b4c7cb994
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)