summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b6102ad)
If timestamps are not preserved, other programs using this headers will be
rebuilt even when the headers didn't change.
install-man: doc
$(NICE) for f in `find reference/man -type f | cut -b11-`; do \
echo " INSTALL $(prefix)/share/$$f"; \
install-man: doc
$(NICE) for f in `find reference/man -type f | cut -b11-`; do \
echo " INSTALL $(prefix)/share/$$f"; \
- install -m 0644 -D reference/$$f $(prefix)/share/$$f; \
+ install -p -m 0644 -D reference/$$f $(prefix)/share/$$f; \
done
install-html: doc
$(NICE) for f in `find reference/html -type f | cut -b11-`; do \
echo " INSTALL $(prefix)/share/doc/posixx/$$f"; \
done
install-html: doc
$(NICE) for f in `find reference/html -type f | cut -b11-`; do \
echo " INSTALL $(prefix)/share/doc/posixx/$$f"; \
- install -m 0644 -D reference/$$f $(prefix)/share/doc/posixx/$$f; \
+ install -p -m 0644 -D reference/$$f $(prefix)/share/doc/posixx/$$f; \
install-headers: $(HEADERS)
$(NICE) for f in $(HEADERS); do \
echo " INSTALL $(prefix)/include/$(HDRPATH)/$$f"; \
install-headers: $(HEADERS)
$(NICE) for f in $(HEADERS); do \
echo " INSTALL $(prefix)/include/$(HDRPATH)/$$f"; \
- install -m 0644 -D $$f $(prefix)/include/$(HDRPATH)/$$f; \
+ install -p -m 0644 -D $$f $(prefix)/include/$(HDRPATH)/$$f; \
done
install: install-headers
done
install: install-headers