Skip to content

Commit

Permalink
Ignore and clean built src util-makeguids.c
Browse files Browse the repository at this point in the history
util-makeguids.c is copied from util.c at build time.

This patch adds it to .gitignore and to the files cleaned by make clean.

Signed-off-by: Ed Schaller <schallee@darkmist.net>
  • Loading branch information
schallee authored and vathpela committed Jan 29, 2024
1 parent 931e97b commit 6380534
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ makeguids
guid-symbols.c
guids.lds
thread-test
util-makeguids.c
5 changes: 3 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,9 @@ deps : $(ALL_SOURCES)

clean :
@rm -rfv *~ *.o *.a *.E *.so *.so.* *.pc *.bin .*.d *.map \
makeguids guid-symbols.c include/efivar/efivar-guids.h \
$(TARGETS) $(STATICTARGETS)
makeguids guid-symbols.c util-makeguids.c \
include/efivar/efivar-guids.h $(TARGETS) \
$(STATICTARGETS)
@# remove the deps files we used to create, as well.
@rm -rfv .*.P .*.h.P *.S.P include/efivar/.*.h.P

Expand Down

0 comments on commit 6380534

Please sign in to comment.