diff options
-rw-r--r-- | build-all.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build-all.mk b/build-all.mk index 22f61f8..317c2c7 100644 --- a/build-all.mk +++ b/build-all.mk @@ -276,8 +276,7 @@ all-cygnus: # to help developers test, but should be commented out for final # progressive build. # -# -rm -f $(ROOTING)/progressive-beta && ln -s $(RELEASE_TAG) $(ROOTING)/progres -sive-beta +# -rm -f $(ROOTING)/progressive-beta && ln -s $(RELEASE_TAG) $(ROOTING)/progresssive @for i in $(TARGETS) ; do \ if [ "$$i" = "native" ] ; then \ if [ ! -f $(canonhost)-stamp-3stage-done ] ; then \ |