ref: 926ab1bda0f3b7781fea7624f514ab93ff490e58
parent: 51726ed12da4175bb9f73f8bf72e02fe5a816fd1
author: Quentin Rameau <quinq@fifth.space>
date: Fri Aug 25 15:23:58 EDT 2017
Makefile: do not process include/ yet We should revert this commit once we're ready to deal with our libc.
--- a/Makefile
+++ b/Makefile
@@ -36,12 +36,10 @@
install: all
cp -r rootdir/* $(DESTDIR)/$(PREFIX)/
- find $(DESTDIR)/$(PREFIX)/include/scc/ -type f | xargs chmod 644
cd $(DESTDIR)/$(PREFIX)/libexec/scc/ && chmod 755 cc* && strip cc*
cd $(DESTDIR)/$(PREFIX)/bin && chmod 755 scpp scc && strip scc
uninstall:
- rm -rf $(DESTDIR)/$(PREFIX)/include/scc/
rm -rf $(DESTDIR)/$(PREFIX)/libexec/scc/
rm -rf $(DESTDIR)/$(PREFIX)/lib/scc/
rm -f $(DESTDIR)/$(PREFIX)/bin/scc