Makefile: ignore etc/conf in the git repository after running make.

This commit is contained in:
Juan RP 2014-03-22 12:54:51 +01:00
parent ff78a3aafe
commit f122ffa76f
1 changed files with 2 additions and 0 deletions

View File

@ -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."