]> git.sur5r.net Git - bacula/bacula/commitdiff
Minor Makefile fixes
authorKern Sibbald <kern@sibbald.com>
Fri, 15 Sep 2006 21:38:33 +0000 (21:38 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 15 Sep 2006 21:38:33 +0000 (21:38 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3474 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/console/Makefile.in
bacula/src/stored/Makefile.in
bacula/src/tools/Makefile.in
bacula/technotes-1.39

index 890f0948332f7b6f82205f7589cd653b87bb0b35..0deaf4d1ef91d3f3e56c39ac72e149a78e4ad0a1 100644 (file)
@@ -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@
index a5d4af3328b19d0c10fda383b079c5c3cf251041..58d42651df520f67c01e20448bb17d304e252821 100644 (file)
@@ -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 \
index 50b7f9612b5ceaa40a30427b53b8bfa25da9e7d3..d3c0350fd677fb6a8dbaee341c1ecc3ef90584cf 100644 (file)
@@ -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) 
index b9fdacb9042777dd075498c3b5b397a0e6182dff..2d49c311fc789380d2b918083b480959a66a807c 100644 (file)
@@ -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.