Skip to content

Commit c054be1

Browse files
committed
remove gperf left-overs from build system
I removed all the gperf use, but not the Makefile rules. Sam Ravnborg says I get bonus points for cleaning this up. I'll hold him to it. Requested-by: Sam Ravnborg <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 0e271fd commit c054be1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

scripts/Makefile.lib

-9
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,6 @@ endef
194194

195195
ifdef REGENERATE_PARSERS
196196

197-
# GPERF
198-
# ---------------------------------------------------------------------------
199-
quiet_cmd_gperf = GPERF $@
200-
cmd_gperf = gperf -t --output-file $@ -a -C -E -g -k 1,3,$$ -p -t $<
201-
202-
.PRECIOUS: $(src)/%.hash.c_shipped
203-
$(src)/%.hash.c_shipped: $(src)/%.gperf
204-
$(call cmd,gperf)
205-
206197
# LEX
207198
# ---------------------------------------------------------------------------
208199
LEX_PREFIX = $(if $(LEX_PREFIX_${baseprereq}),$(LEX_PREFIX_${baseprereq}),yy)

0 commit comments

Comments
 (0)