1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-05 22:00:54 +00:00

Clean up 'make install'.

This commit is contained in:
Russ Rowan 2005-12-15 05:13:42 -05:00
parent 42f715f90f
commit 9960e1a3a1
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ quiet_cmd_ld_objs = " [$(LD_COLOR)LD$(END_COLOR)] $(RELPATH)$@"
# Recursive make
quiet_cmd_recmake = "[$(INFO_COLOR)MAKE $(3)$(END_COLOR)] $(RELPATH)$(2)"
cmd_recmake = $(MAKE) --no-print-directory -C $(2) $(3)
cmd_recmake = $(MAKE) -s -C $(2) $(3)
quiet_cmd_installdata = " [$(INSTALL_COLOR)INSTALL$(END_COLOR)] $(RELPATH)$(2) -> $(3)"
cmd_installdata = $(INSTALL_DATA) $(2) $(3)

View File

@ -21,7 +21,7 @@ do
esac
if test ! -d "$pathcomp"; then
echo "mkdir $pathcomp"
#echo "mkdir $pathcomp"
mkdir "$pathcomp" || lasterr=$?