X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2FMaketop;h=99f7f1dc8acfa5f0ec95a537fddee807746c5464;hb=519baadc3b82940ca2b79ba6e9f794a7f870a528;hp=1ac82d98336633282cf30f87c336ad0a9987b755;hpb=aafbea40b7613274180c8bab60012a0322f8d7dd;p=libucw.git diff --git a/build/Maketop b/build/Maketop index 1ac82d98..99f7f1dc 100644 --- a/build/Maketop +++ b/build/Maketop @@ -4,6 +4,9 @@ # Set to 1 if you want verbose output V=0 +# Set to 'y' (or 'n') if you want to auto-confirm (auto-reject) all questions in build/installer +CONFIRM= + # Disable all built-in rules and variables. Speeds up make and simplifies debugging. MAKEFLAGS+=-rR @@ -77,3 +80,4 @@ space:=$(empty) $(empty) backref=$(subst $(space),/,$(patsubst %,..,$(subst /,$(space),$(1)))) tack-on=$(if $(patsubst /%,,$(2)),$(1)/$(2),$(2)) symlink=ln -sf $(call tack-on,$(call backref,$(2)),$(1)) $(2)/ +symlink-alias=ln -sf $(call tack-on,$(call backref,$(2)),$(1)) $(2)/$(3)