- Make-Output etwas übersichtlicher. Benutzen mit

setenv MAKEFLAGS "--no-print-directory".
This commit is contained in:
Christian Schlittchen 2001-02-10 12:50:29 +00:00
parent 4073718c1e
commit 131e9c5eb3
3 changed files with 4 additions and 4 deletions

View File

@ -155,8 +155,9 @@ $(BUILD_DIR) $(PUBLISH_DIR):
# object files: # object files:
$(BUILD_DIR)/%:: $(BUILD_DIR) $(BUILD_DIR)/%:: $(BUILD_DIR)
$(BUILD_DIR)/%.o:: %.c $(BUILD_DIR)/%.o:: %.c
@echo "Compiling $@" @echo "***** Compiling $@ *****"
$(CC) $(CFLAGS) -o $@ -c $< $(CC) $(CFLAGS) -o $@ -c $<
@echo
## ##
## conversion code for old triggers - should only be used for free eressea, ## conversion code for old triggers - should only be used for free eressea,

View File

@ -1,6 +1,6 @@
/* vi: set ts=2: /* vi: set ts=2:
* *
* $Id: save.c,v 1.11 2001/02/05 16:11:58 enno Exp $ * $Id: save.c,v 1.12 2001/02/10 12:50:29 corwin Exp $
* Eressea PB(E)M host Copyright (C) 1998-2000 * Eressea PB(E)M host Copyright (C) 1998-2000
* Christian Schlittchen (corwin@amber.kn-bremen.de) * Christian Schlittchen (corwin@amber.kn-bremen.de)
* Katja Zedel (katze@felidae.kn-bremen.de) * Katja Zedel (katze@felidae.kn-bremen.de)
@ -1183,7 +1183,6 @@ readgame(boolean backup)
while (--p >= 0) { while (--p >= 0) {
int number, n; int number, n;
unsigned char oldtype=0, oldtypus, olditypus; unsigned char oldtype=0, oldtypus, olditypus;
static unit dummyu;
#if USE_EVENTS #if USE_EVENTS
static boolean init = false; static boolean init = false;
if (!init) { if (!init) {

View File

@ -11,5 +11,5 @@ CC = gcc
LD = gcc LD = gcc
INSTALL = cp INSTALL = cp
# CFLAGS += -DIRGENDWAS # CFLAGS += -Wshadow