• Cesar Prados's avatar
    Makefile: change to support gmake-3.82 · 02fdabd6
    Cesar Prados authored
    Split a rule into two rules, to make make happy.
    
    In previous versions of make it was acceptable to list one or more
    explicit targets followed by one or more pattern targets in the same
    rule and it worked "as expected". However, this was not documented as
    acceptable and if you listed any explicit targets AFTER the pattern
    targets, the entire rule would be mis-parsed. This release removes
    this ability completely: make will generate an error message if you
    mix explicit and pattern targets in the same rule. You must split
    these rules into two rules: one for the pattern and one for the
    explicit targets. The Linux kernel source has already been modified in
    this way (in newer kernels).
    02fdabd6
Name
Last commit
Last update
binaries Loading commit data...
build Loading commit data...
configs Loading commit data...
doc Loading commit data...
hwinfo-sdb Loading commit data...
kernel Loading commit data...
patches Loading commit data...
robustness/coding Loading commit data...
scripts Loading commit data...
usb-loader Loading commit data...
userspace Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
README Loading commit data...