Skip to content

Commit 6380534

Browse files
schalleevathpela
authored andcommitted
Ignore and clean built src util-makeguids.c
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 <[email protected]>
1 parent 931e97b commit 6380534

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ makeguids
99
guid-symbols.c
1010
guids.lds
1111
thread-test
12+
util-makeguids.c

src/Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,9 @@ deps : $(ALL_SOURCES)
135135

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

0 commit comments

Comments
 (0)