mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
buildroot: cleanup <package>-clean targets.
Based on input from Arndt Kritzner & Bernhard Fischer.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user