buildroot: cleanup <package>-clean targets.

Based on input from Arndt Kritzner & Bernhard Fischer.
This commit is contained in:
Peter Korsgaard
2008-03-27 15:42:42 +00:00
parent 584e60c797
commit dfe689229d
38 changed files with 94 additions and 92 deletions

View File

@@ -48,7 +48,8 @@ $(TARGET_DIR)/usr/bin/links: $(LINKS_DIR)/links
install -c $(LINKS_DIR)/links $(TARGET_DIR)/usr/bin/links
links-clean:
$(MAKE) -C $(LINKS_DIR) clean
-$(MAKE) -C $(LINKS_DIR) clean
rm -f $(TARGET_DIR)/usr/bin/links
links-dirclean:
rm -rf $(LINKS_DIR)