Removed extra output from the makefiles to make the automated build output cleaner.
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 6 Jul 2001 01:36:30 +0000 (01:36 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 6 Jul 2001 01:36:30 +0000 (01:36 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1027 4a8a32a2-be11-0410-ad9d-d568d2c75423

sim/ucsim/Makefile
sim/ucsim/main_in.mk

index 27fd11dffefa8ff306f8e5d2f1dc4bcc7a9238e0..0d029cb4400e37c031c1425a6a26e388f899a648 100644 (file)
@@ -173,7 +173,6 @@ echo_freshconf:
        @echo "FRESHCONF"
 
 checkconf:
-       @echo "CHECKCONF"
        @if [ -f devel ]; then $(MAKE) freshconf; fi
 
 # End of Makefile
index a1442a74e33fe38b46b59e40d1bd1c39f1ecf363..6abe0993e78452adfeeafea3a3ffb50c7a5994bf 100644 (file)
@@ -107,7 +107,6 @@ libutil.a: $(OBJECTS)
 ucsim_app: libs ucsim
 
 ucsim: $(UCSIM_OBJECTS) $(UCSIM_LIB_FILES)
-       echo $(UCSIM_LIB_FILES)
        $(CXX) $(CXXFLAGS) -o $@ $< -L$(PRJDIR) $(UCSIM_LIBS) $(LIBS)
 
 .cc.o: