Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/scripts/Makefile.clean

    r1765 r2725  
    1515# The filename Kbuild has precedence over Makefile
    1616kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))
    17 include $(if $(wildcard $(kbuild-dir)/Kbuild), $(kbuild-dir)/Kbuild, $(kbuild-dir)/Makefile)
     17-include $(if $(wildcard $(kbuild-dir)/Kbuild), $(kbuild-dir)/Kbuild, $(kbuild-dir)/Makefile)
    1818
    1919# Figure out what we need to build from the various variables
Note: See TracChangeset for help on using the changeset viewer.