Quellcode durchsuchen

* small output fix so it won't trigger an error in the snapshot
scripts

peter vor 24 Jahren
Ursprung
Commit
d0d1b0a16a
2 geänderte Dateien mit 2 neuen und 4 gelöschten Zeilen
  1. 1 2
      packages/gdbint/Makefile
  2. 1 2
      packages/gdbint/Makefile.fpc

+ 1 - 2
packages/gdbint/Makefile

@@ -925,8 +925,7 @@ endif
 else
 GDBVER=GDB_V5
 gdbint$(PPUEXT): gdbint.pp
-	@$(ECHO) Warning: libgdb.a not found !
-	@$(ECHO) Using GDB $(GDBVER)
+	@$(ECHO) libgdb.a not found, using default GDB $(GDBVER)
 	$(COMPILER) -d$(GDBVER) gdbint.pp
 endif
 gdbcon$(PPUEXT): gdbcon.pp gdbint$(PPUEXT)

+ 1 - 2
packages/gdbint/Makefile.fpc

@@ -66,8 +66,7 @@ else
 # libgdb.a not found, default to libgdb v5
 GDBVER=GDB_V5
 gdbint$(PPUEXT): gdbint.pp
-        @$(ECHO) Warning: libgdb.a not found !
-        @$(ECHO) Using GDB $(GDBVER)
+        @$(ECHO) libgdb.a not found, using default GDB $(GDBVER)
         $(COMPILER) -d$(GDBVER) gdbint.pp
 endif