mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-08 17:19:01 +02:00
Revert "For nls/*.pre, allow people to comment lines by starting them with '##'."
As of commitc9d20e3the initial double-hashes are replaced with proper C comments. This reverts commita225a0be48.
This commit is contained in:
parent
c9d20e3f69
commit
b7502abfe2
1 changed files with 1 additions and 2 deletions
|
|
@ -24,6 +24,5 @@ CPP_SED_MAGIC = $(SED) -e '/^\# *[0-9][0-9]* *.*$$/d' \
|
|||
-e '/^[ ]*XHASH/s/XHASH/\#/' \
|
||||
-e '/\@\@$$/s/\@\@$$/\\/'
|
||||
|
||||
# Allow people to comment out lines by starting them with '##'
|
||||
.pre:
|
||||
$(SED) -e '/^\#\#/d' $< | $(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) | $(CPP_SED_MAGIC) > $@
|
||||
$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue