Document what the sed trick is for.
Remove an embedded <TAB>, and use same style for both files.
This commit is contained in:
parent
ac0dd8886d
commit
ee81baecd8
@ -18,7 +18,7 @@ tm.h:
|
||||
xm.h:
|
||||
echo '#include "i386/xm-i386.h"' > ${.TARGET}
|
||||
|
||||
# Fix source static/extern mismatch nits that GCC 4.2 warns about.
|
||||
CLEANFILES+= i386fbsd-tdep-fixed.c
|
||||
i386fbsd-tdep-fixed.c: i386fbsd-tdep.c
|
||||
sed -e '48s/^static //' ${.ALLSRC} > ${.TARGET}
|
||||
|
||||
CLEANFILES+= i386fbsd-tdep-fixed.c
|
||||
|
@ -17,6 +17,7 @@ tm.h:
|
||||
xm.h:
|
||||
echo '#include "i386/xm-i386.h"' > ${.TARGET}
|
||||
|
||||
# Fix source static/extern mismatch nits that GCC 4.2 warns about.
|
||||
CLEANFILES += i386fbsd-tdep-fixed.c
|
||||
i386fbsd-tdep-fixed.c: i386fbsd-tdep.c
|
||||
sed -e '48s/^static\ //' ${.ALLSRC} > ${.TARGET}
|
||||
CLEANFILES += i386fbsd-tdep-fixed.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user