mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
buildroot: cleanup <package>-clean targets.
Based on input from Arndt Kritzner & Bernhard Fischer.
This commit is contained in:
@@ -85,11 +85,11 @@ $(TARGET_DIR)/$(DMALLOC_TARGET_BINARY): $(DMALLOC_DIR)/$(DMALLOC_BINARY)
|
||||
dmalloc: uclibc $(TARGET_DIR)/$(DMALLOC_TARGET_BINARY)
|
||||
|
||||
dmalloc-clean:
|
||||
rm -f $(TARGET_DIR)/usr/lib/libdmalloc*
|
||||
rm -f $(STAGING_DIR)/usr/lib/libdmalloc*
|
||||
-rm -f $(TARGET_DIR)/usr/lib/libdmalloc*
|
||||
-rm -f $(STAGING_DIR)/usr/lib/libdmalloc*
|
||||
rm -f $(STAGING_DIR)/usr/include/dmalloc.h
|
||||
rm -f $(TARGET_DIR)/$(DMALLOC_TARGET_BINARY)
|
||||
$(MAKE) -C $(DMALLOC_DIR) clean
|
||||
-$(MAKE) -C $(DMALLOC_DIR) clean
|
||||
|
||||
dmalloc-dirclean:
|
||||
rm -rf $(DMALLOC_DIR)
|
||||
|
||||
Reference in New Issue
Block a user