Skip to content

Commit 0524ddb

Browse files
committed
updated Makefile.in
1 parent 439d167 commit 0524ddb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: Makefile.in

+5
Original file line numberDiff line numberDiff line change
@@ -868,3 +868,8 @@ mac-exclude-backups:
868868
for path in $(MAC_TIME_MACHINE_BACKUP_EXCLUDE_PATHS); do \
869869
sudo tmutil addexclusion -p "$$path"; \
870870
done
871+
872+
nobackup:
873+
if uname | grep Darwin; then \
874+
$(MAKE) mac-exclude-backups; \
875+
fi

0 commit comments

Comments
 (0)