mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
second typo in prior commit
This commit is contained in:
parent
e01b78732b
commit
bd847b5ab2
@ -1181,10 +1181,10 @@ endif
|
||||
|
||||
# Generating headers for assembly constants.
|
||||
$(common-objpfx)%.h $(common-objpfx)%.h.d: $(..)scripts/gen-as-const.awk %.sym
|
||||
$(AWK) -f $^ \
|
||||
$(AWK) -f $< $(filter %.sym,$^) \
|
||||
| $(CC) -S -o - $(CFLAGS) $(CPPFLAGS) -x c - \
|
||||
-MD -MF $(@:.h=.h.d)T -MT '$(@:.h=.h.d) $(@:.h.d=.h)' \
|
||||
| sed -n 's/^.*@@@name@@@\([^@]*\)@@@value@@@[^@]*\([0-9Xxa-fA-F-][0-9Xxa-fA-F-]*\).*@@@end@@@.*$$/#define \1 \2/p' > $(@:.h.d=.h)T
|
||||
| sed -n 's/^.*@@@name@@@\([^@]*\)@@@value@@@[^0-9Xxa-fA-F-]*\([0-9Xxa-fA-F-][0-9Xxa-fA-F-]*\).*@@@end@@@.*$$/#define \1 \2/p' > $(@:.h.d=.h)T
|
||||
sed $(sed-remove-objpfx) \
|
||||
-e 's@ *\([^ \/][^ \]*\)@ $$(..)\1@g' \
|
||||
-e 's@ *\.\.\/\([^ \]*\)@ $$(..)\1@g' \
|
||||
|
Loading…
Reference in New Issue
Block a user