1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-16 06:25:23 +00:00

Skip goto labels when generating functions.h

This commit is contained in:
Kim Holviala 2017-02-02 14:27:52 +02:00
parent f6c7407710
commit 8212b694b1

View File

@ -102,6 +102,7 @@ functions.h:
grep -h "^[a-z]" $(SOURCES) | \
grep -v "int main" | \
grep -v "strlc" | \
grep -v "[a-z]:" | \
sed -e "s/ =.*$$//" -e "s/ *$$/;/" >> $@
@echo