Deleted Added
full compact
Makefile (4499) Makefile (7131)
1# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
1# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $Id: Makefile,v 1.19 1994/11/01 09:19:50 pst Exp $
2# $Id: Makefile,v 1.20 1994/11/15 13:42:18 ache Exp $
3#
4# Doing a make install builds /usr/include
5#
6# The ``rm -rf''s used below are safe because rm doesn't follow symbolic
7# links.
8#
9all depend lint tags:
10

--- 68 unchanged lines hidden (view full) ---

79 @-for i in ${MFILES}; do \
80 rm -f ${DESTDIR}/usr/include/$$i; \
81 ln -s machine/$$i ${DESTDIR}/usr/include/$$i; \
82 chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/$$i; \
83 done
84
85copies:
86 rm -rf ${DESTDIR}/usr/include/${LUDIR}
3#
4# Doing a make install builds /usr/include
5#
6# The ``rm -rf''s used below are safe because rm doesn't follow symbolic
7# links.
8#
9all depend lint tags:
10

--- 68 unchanged lines hidden (view full) ---

79 @-for i in ${MFILES}; do \
80 rm -f ${DESTDIR}/usr/include/$$i; \
81 ln -s machine/$$i ${DESTDIR}/usr/include/$$i; \
82 chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/$$i; \
83 done
84
85copies:
86 rm -rf ${DESTDIR}/usr/include/${LUDIR}
87 mkdir ${DESTDIR}/usr/include/${LUDIR}
88 chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/${LUDIR}
87 @-for i in ${LDIRS} ${UDIRS}; do \
88 ${ECHO} ${SHARED} $$i; \
89 rm -rf ${DESTDIR}/usr/include/$$i; \
90 cd ../sys; \
91 tar cf - $$i/*.h | \
92 (cd ${DESTDIR}/usr/include; tar xpfB -); \
93 chown -R ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/$$i;\
94 chmod -R 444 ${DESTDIR}/usr/include/$$i; \

--- 21 unchanged lines hidden ---
89 @-for i in ${LDIRS} ${UDIRS}; do \
90 ${ECHO} ${SHARED} $$i; \
91 rm -rf ${DESTDIR}/usr/include/$$i; \
92 cd ../sys; \
93 tar cf - $$i/*.h | \
94 (cd ${DESTDIR}/usr/include; tar xpfB -); \
95 chown -R ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/$$i;\
96 chmod -R 444 ${DESTDIR}/usr/include/$$i; \

--- 21 unchanged lines hidden ---