summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-06 14:35:58 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-06 14:35:58 +0000
commit3d41e84381b583e8ba11ebb15add5a4b3007e1f8 (patch)
treea7079dc05eb3713b7616ef05e51be3732f10a354
parent72c8aeba309dea596067fbecb28dcfbc5f740ccb (diff)
Remove packages when cleaning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@319 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/arptables/Makefile1
-rw-r--r--package/bridge/Makefile1
-rw-r--r--package/ebtables/Makefile1
-rw-r--r--package/iproute2/Makefile1
-rw-r--r--package/iptables/Makefile2
-rw-r--r--package/matrixssl/Makefile2
-rw-r--r--package/openssl/Makefile2
-rw-r--r--package/openvpn/Makefile1
8 files changed, 8 insertions, 3 deletions
diff --git a/package/arptables/Makefile b/package/arptables/Makefile
index 03c6322fe..3058fa18e 100644
--- a/package/arptables/Makefile
+++ b/package/arptables/Makefile
@@ -44,3 +44,4 @@ install: $(IPKG_STATE_DIR)/info/arptables.list
clean:
rm -rf $(PKG_BUILD_DIR)
+ rm -f $(PKG_IPK)
diff --git a/package/bridge/Makefile b/package/bridge/Makefile
index 4381b1d40..708666cd3 100644
--- a/package/bridge/Makefile
+++ b/package/bridge/Makefile
@@ -70,3 +70,4 @@ install: $(IPKG_STATE_DIR)/info/bridge.list
clean:
rm -rf $(PKG_BUILD_DIR)
+ rm -f $(PKG_IPK)
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile
index fd168a8a1..5bfbaa17a 100644
--- a/package/ebtables/Makefile
+++ b/package/ebtables/Makefile
@@ -44,3 +44,4 @@ install: $(IPKG_STATE_DIR)/info/ebtables.list
clean:
rm -rf $(PKG_BUILD_DIR)
+ rm -f $(PKG_IPK)
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index ad2ba0094..6c786eacf 100644
--- a/package/iproute2/Makefile
+++ b/package/iproute2/Makefile
@@ -91,3 +91,4 @@ install: $(INSTALL_TARGETS)
clean:
rm -rf $(PKG_BUILD_DIR)
+ rm -f $(PKG_IP) $(PKG_TC)
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 67e4a2d73..b0c1f7786 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -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)
diff --git a/package/matrixssl/Makefile b/package/matrixssl/Makefile
index 4775c121e..2352742b9 100644
--- a/package/matrixssl/Makefile
+++ b/package/matrixssl/Makefile
@@ -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)
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index eb566c53f..4d30be3ef 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -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)
diff --git a/package/openvpn/Makefile b/package/openvpn/Makefile
index 94bee618d..e9a9cf4fa 100644
--- a/package/openvpn/Makefile
+++ b/package/openvpn/Makefile
@@ -70,3 +70,4 @@ install: $(IPKG_STATE_DIR)/info/openvpn.list
clean:
rm -rf $(PKG_BUILD_DIR)
+ rm -f $(PKG_IPK)