Makefile: ignore etc/conf in the git repository after running make.
This commit is contained in:
parent
ff78a3aafe
commit
f122ffa76f
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -20,6 +20,8 @@ all:
|
|||
${CURDIR}/common/xbps-src/xbps-src.sh > ${CURDIR}/xbps-src
|
||||
$(CC) $(CFLAGS) ${LIBEXECDIR}/$(CHROOT_C) -o ${LIBEXECDIR}/$(CHROOT_BIN)
|
||||
chmod 755 xbps-src
|
||||
@echo "Ignoring changes to etc/conf for local overrides."
|
||||
@git update-index --assume-unchanged etc/conf
|
||||
@echo
|
||||
@echo "The chroot helper must be a setgid binary (4750) for the group '$(PRIVILEGED_GROUP)'."
|
||||
@echo "Please run 'sudo make setup' to set appropiate permissions."
|
||||
|
|
Loading…
Reference in a new issue