From 6311731b9d07686ceb2a7e3ef35a66aa15fdc5d7 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 15 Sep 2006 21:38:33 +0000 Subject: [PATCH] Minor Makefile fixes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3474 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/console/Makefile.in | 2 +- bacula/src/stored/Makefile.in | 2 +- bacula/src/tools/Makefile.in | 2 +- bacula/technotes-1.39 | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bacula/src/console/Makefile.in b/bacula/src/console/Makefile.in index 890f094833..0deaf4d1ef 100644 --- a/bacula/src/console/Makefile.in +++ b/bacula/src/console/Makefile.in @@ -41,7 +41,7 @@ CONS_LDFLAGS=@CONS_LDFLAGS@ # inference rules .c.o: - echo "Compiling $<" + @echo "Compiling $<" $(NO_ECHO)$(CXX) $(DEFS) $(DEBUG) -c $(CPPFLAGS) $(CONS_INC) $(OPENSSL_INC) -I$(srcdir) -I$(basedir) $(DINCLUDE) $(CFLAGS) $< #------------------------------------------------------------------------- all: Makefile bconsole @STATIC_CONS@ diff --git a/bacula/src/stored/Makefile.in b/bacula/src/stored/Makefile.in index a5d4af3328..58d42651df 100644 --- a/bacula/src/stored/Makefile.in +++ b/bacula/src/stored/Makefile.in @@ -27,7 +27,7 @@ SDOBJS = stored.o ansi_label.o \ autochanger.o acquire.o append.o \ askdir.o authenticate.o \ block.o butil.o dev.o \ - device.o dircmd.o dvd.o ebcdic.c fd_cmds.o job.o \ + device.o dircmd.o dvd.o ebcdic.o fd_cmds.o job.o \ label.o mac.o match_bsr.o mount.o parse_bsr.o \ pythonsd.o read.o read_record.o record.o \ reserve.o scan.o \ diff --git a/bacula/src/tools/Makefile.in b/bacula/src/tools/Makefile.in index 50b7f9612b..d3c0350fd6 100644 --- a/bacula/src/tools/Makefile.in +++ b/bacula/src/tools/Makefile.in @@ -52,7 +52,7 @@ INSTOOLS = $(INS@DIR_TOOLS@) # inference rules .c.o: - echo "Compiling $<" + @echo "Compiling $<" $(NO_ECHO)$(CXX) $(DEFS) $(DEBUG) -c $(CPPFLAGS) $(PYTHON_INC) -I$(srcdir) -I$(basedir) $(DINCLUDE) $(CFLAGS) $< #------------------------------------------------------------------------- all: Makefile $(TOOLS) diff --git a/bacula/technotes-1.39 b/bacula/technotes-1.39 index b9fdacb904..2d49c311fc 100644 --- a/bacula/technotes-1.39 +++ b/bacula/technotes-1.39 @@ -2,6 +2,7 @@ General: 15Sep06 +kes Minor Makefile fixes. kes Put attach_dcr_to_dev in a subroutine. kes Make attaching/detaching to/from a device use a flag and only detach if actually attached. -- 2.39.5