]> git.sur5r.net Git - bacula/bacula/commitdiff
Yet another attempt to get qmake to generate valid Makefiles
authorKern Sibbald <kern@sibbald.com>
Fri, 15 May 2009 10:31:40 +0000 (10:31 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 15 May 2009 10:31:40 +0000 (10:31 +0000)
     that installs the binaries. It seems to require the binary to
     exist at qmake time

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8831 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/configure.in
bacula/configure
bacula/src/qt-console/bat.pro.in
bacula/src/version.h
bacula/technotes

index a1260c803edd6db9abd0cc2594f0c3e92f4ce2ae..a98ac5ce4c1416ae733c9984f49ed75ffa3eb1ed 100644 (file)
@@ -2966,6 +2966,7 @@ if test "${support_bat}" = "yes" ; then
   
    cd src/qt-console
    echo "Creating bat Makefile"
+   touch bat
    $QMAKEBIN
    make clean
    cd ${BUILD_DIR}
index ebdd49d0f13a472e0c20d2720f8cef2a653e567f..2d665a2dfa36d5568feaf95da3c0a56092bad4bc 100755 (executable)
@@ -45670,6 +45670,7 @@ if test "${support_bat}" = "yes" ; then
 
    cd src/qt-console
    echo "Creating bat Makefile"
+   touch bat
    $QMAKEBIN
    make clean
    cd ${BUILD_DIR}
index 046bbad51e6d5b34704dae89b042d681225042a3..89f76ea79b6030211c49122aa5aa764833b5bf3a 100644 (file)
@@ -10,7 +10,7 @@
 CONFIG += qt debug @QWT@
 
 bins.path = /$(DESTDIR)@sbindir@
-bins.files = ./bat
+bins.files = bat
 confs.path = /$(DESTDIR)@sysconfdir@
 confs.commands = ./install_conf_file   
 help.path = /$(DESTDIR)@htmldir@
@@ -157,9 +157,7 @@ SOURCES += status/storstat.cpp
 HEADERS += util/fmtwidgetitem.h util/comboutil.h
 SOURCES += util/fmtwidgetitem.cpp util/comboutil.cpp
 
-INSTALLS = bins
-INSTALLS += confs
-INSTALLS += help
+INSTALLS = bins confs help
 
 QMAKE_EXTRA_TARGETS += depend
 
index 501b624e00a427fb5e8db9b64c6cc54ac8a0e980..2cb0b8b8482921cde8954e7476082f61df634744 100644 (file)
@@ -4,8 +4,8 @@
 
 #undef  VERSION
 #define VERSION "3.0.2"
-#define BDATE   "14 May 2009"
-#define LSMDATE "14May09"
+#define BDATE   "15 May 2009"
+#define LSMDATE "15May09"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2009"       /* year for copyright messages in progs */
index 80762e6dbca2c846d319ce8aa5580ba120b3e840..f46aa0073472a322e28e9ff90bf8d54008342d2c 100644 (file)
@@ -2,6 +2,10 @@
           
 General:
 
+15May09
+kes  Yet another attempt to get qmake to generate valid Makefiles
+     that installs the binaries. It seems to require the binary to
+     exist at qmake time :-(
 14May09
 kes  Apply fix to sql_cmds.c suggested by
      Ulrich Leodolter <ulrich.leodolter at obvsg.at>