Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 315205
Collapse All | Expand All

(-)rxvt-2.7.10/Makefile (-4 / +4 lines)
Lines 99-106 Link Here
99
#-------------------------------------------------------------------------
99
#-------------------------------------------------------------------------
100
100
101
all allbin alldoc tags:
101
all allbin alldoc tags:
102
	@if test xlinux-gnu = xcygwin; then (cd W11; ${MAKE} $@ || exit 1); fi
102
	@if test xlinux-gnu = xcygwin; then cd W11; ${MAKE} $@ || exit 1; fi
103
	@for I in ${subdirs}; do (cd $$I; ${MAKE} $@ || exit 1); done
103
	@for I in ${subdirs}; do cd $$I; ${MAKE} $@ || exit 1; done
104
104
105
realclean: clean
105
realclean: clean
106
	$(RMF) config.h config.status config.log libtool
106
	$(RMF) config.h config.status config.log libtool
Lines 108-115 Link Here
108
clean:
108
clean:
109
	$(RMF) *~ config.cache
109
	$(RMF) *~ config.cache
110
	$(RMF) -r autom4te.cache
110
	$(RMF) -r autom4te.cache
111
	@if test xlinux-gnu = xcygwin; then (cd W11; ${MAKE} $@ || exit 1); fi
111
	@if test xlinux-gnu = xcygwin; then cd W11; ${MAKE} $@ || exit 1; fi
112
	@for I in ${subdirs}; do (cd $$I; ${MAKE} $@ || exit 1); done
112
	@for I in ${subdirs}; do cd $$I; ${MAKE} $@ || exit 1; done
113
113
114
#
114
#
115
# entry points for other programs
115
# entry points for other programs

Return to bug 315205