[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gcal] There is no "help" target in the Makefiles
From: |
Guido Trentalancia |
Subject: |
[Bug-gcal] There is no "help" target in the Makefiles |
Date: |
Sun, 17 Jul 2011 18:33:03 +0200 |
Hello !
Apparently there is no "help" target in the Makefiles, so perhaps this
would make things less confusing:
diff -pruN gcal-3.6.1-original/configure
gcal-3.6.1-remove-bogus-configure-message/configure
--- gcal-3.6.1-original/configure 2011-07-15 21:09:04.000000000 +0200
+++ gcal-3.6.1-remove-bogus-configure-message/configure 2011-07-17
17:47:39.688453119 +0200
@@ -35094,7 +35094,3 @@ $as_echo "Perhaps you might want to insp
$as_echo "Makefiles now for tuning some settings..." >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
$as_echo "" >&6; }
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Otherwise type make help
for a list of supported targets" >&5
-$as_echo "Otherwise type make help for a list of supported targets" >&6; }
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
-$as_echo "" >&6; }
diff -pruN gcal-3.6.1-original/configure.ac
gcal-3.6.1-remove-bogus-configure-message/configure.ac
--- gcal-3.6.1-original/configure.ac 2011-01-01 12:09:10.000000000 +0100
+++ gcal-3.6.1-remove-bogus-configure-message/configure.ac 2011-07-17
17:45:10.157425819 +0200
@@ -775,5 +775,3 @@ AC_MSG_RESULT()
AC_MSG_RESULT(Perhaps you might want to inspect the created)
AC_MSG_RESULT(Makefiles now for tuning some settings...)
AC_MSG_RESULT()
-AC_MSG_RESULT(Otherwise type make help for a list of supported targets)
-AC_MSG_RESULT()
or otherwise something like this:
diff -pruN gcal-3.6.1-original/configure
gcal-3.6.1-remove-bogus-configure-message2/configure
--- gcal-3.6.1-original/configure 2011-07-15 21:09:04.000000000 +0200
+++ gcal-3.6.1-remove-bogus-configure-message2/configure 2011-07-17
18:30:16.353699173 +0200
@@ -35094,7 +35094,7 @@ $as_echo "Perhaps you might want to insp
$as_echo "Makefiles now for tuning some settings..." >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
$as_echo "" >&6; }
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Otherwise type make help
for a list of supported targets" >&5
-$as_echo "Otherwise type make help for a list of supported targets" >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Type make to build and make
install to install it" >&5
+$as_echo "Type make to build and make install to install it" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
$as_echo "" >&6; }
diff -pruN gcal-3.6.1-original/configure.ac
gcal-3.6.1-remove-bogus-configure-message2/configure.ac
--- gcal-3.6.1-original/configure.ac 2011-01-01 12:09:10.000000000 +0100
+++ gcal-3.6.1-remove-bogus-configure-message2/configure.ac 2011-07-17
18:30:31.870829245 +0200
@@ -775,5 +775,5 @@ AC_MSG_RESULT()
AC_MSG_RESULT(Perhaps you might want to inspect the created)
AC_MSG_RESULT(Makefiles now for tuning some settings...)
AC_MSG_RESULT()
-AC_MSG_RESULT(Otherwise type make help for a list of supported targets)
+AC_MSG_RESULT(Type make to build and make install to install it)
AC_MSG_RESULT()
diff -pruN gcal-3.6.1-original/.tarball-version
gcal-3.6.1-remove-bogus-configure-message2/.tarball-version
--- gcal-3.6.1-original/.tarball-version 2011-07-15 21:22:45.000000000
+0200
+++ gcal-3.6.1-remove-bogus-configure-message2/.tarball-version 1970-01-01
01:00:00.000000000 +0100
@@ -1 +0,0 @@
-3.6.1
diff -pruN gcal-3.6.1-original/.version
gcal-3.6.1-remove-bogus-configure-message2/.version
--- gcal-3.6.1-original/.version 2011-07-15 21:09:54.000000000 +0200
+++ gcal-3.6.1-remove-bogus-configure-message2/.version 1970-01-01
01:00:00.000000000 +0100
@@ -1 +0,0 @@
-3.6.1
- [Bug-gcal] There is no "help" target in the Makefiles,
Guido Trentalancia <=