OSDN Git Service

use putenv() instead of setenv() and unsetenv()
[tjqt4port/tj2qt4.git] / Makefile.cvs
index 5714110..a40de50 100644 (file)
@@ -3,8 +3,15 @@ all:
        @echo "This Makefile is only for the CVS repository"
        @echo "This will be deleted before making the distribution"
        @echo ""
-       automake
-       autoconf
-       @echo "Now type ./configure to create the Makefiles."
+       @if test ! -d admin; then \
+          echo "Please recheckout this module!" ;\
+          echo "for cvs: use checkout once and after that update again" ;\
+          echo "for cvsup: checkout kde-common from cvsup and" ;\
+          echo "   link kde-common/admin to ./admin" ;\
+          exit 1 ;\
+       fi
+       export UNSERMAKE=no
+       $(MAKE) -f admin/Makefile.common cvs
 
 .SILENT:
+