From: Bernhard Reutner-Fischer Lines 44-46 define a simple target to clean the software build
by calling the Makefiles with the appropriate option.
- The Lines 48-49 define a simple target to completely remove the
directory in which the software was uncompressed, configured and
- compiled. This target MUST completely rm $(BUILD_DIR)/package-version.clean target should run make clean
+ The -clean target should run make clean
on $(BUILD_DIR)/package-version and MUST uninstall all files of the
package from $(STAGING_DIR) and from $(TARGET_DIR).-dirclean target MUST completely rm $(BUILD_DIR)/package-version.
Lines 51-58 adds the target foo to the list
of targets to be compiled by Buildroot by first checking if