mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
build: Create .gitignore files in the current directory
We cannot touch srcdir when distchecking.
This commit is contained in:
parent
f8687f9430
commit
a67997ef39
@ -5,19 +5,19 @@
|
||||
|
||||
GIT_IGNORE_FILES = $(noinst_PROGRAMS) $(check_PROGRAMS) $(check_SCRIPTS) $(GIT_IGNORE_EXTRA)
|
||||
|
||||
$(srcdir)/.gitignore: Makefile.am
|
||||
.gitignore: Makefile.am
|
||||
$(QUIET_GEN)( \
|
||||
echo "*.o" ; \
|
||||
echo ".gitignore" ; \
|
||||
) > $(srcdir)/.gitignore ; \
|
||||
) > .gitignore ; \
|
||||
for p in $(GIT_IGNORE_FILES); do \
|
||||
echo "/$$p" >> $(srcdir)/.gitignore ; \
|
||||
echo "/$$p" >> .gitignore ; \
|
||||
done
|
||||
|
||||
gitignore: $(srcdir)/.gitignore
|
||||
gitignore: .gitignore
|
||||
|
||||
gitignore-clean:
|
||||
$(QUIET_RM)rm -f $(srcdir)/.gitignore
|
||||
$(QUIET_RM)rm -f .gitignore
|
||||
|
||||
.PHONY: gitignore gitignore-clean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user