Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
--include=$(basename $@).x \
--include=common.x \
$(executable) > $@-t || exit 1; \
chmod -w $@-t || exit 1; \
chmod a-w $@-t || exit 1; \
rm -f $@ || exit 1; \
mv $@-t $@ || exit 1; \
else \