Ignore:
Timestamp:
Mar 14, 2018, 10:28:10 PM (7 years ago)
Author:
bird
Message:

kmk: Merged in changes from GNU make 4.2.1 (2e55f5e4abdc0e38c1d64be703b446695e70b3b6 / https://git.savannah.gnu.org/git/make.git).

Location:
trunk/src/kmk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk

  • trunk/src/kmk/dosbuild.bat

    r2591 r3140  
    11@echo off
    2 rem Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
    3 rem 2008, 2009, 2010 Free Software Foundation, Inc.
     2rem Copyright (C) 1998-2016 Free Software Foundation, Inc.
    43rem This file is part of GNU Make.
    54rem
     
    2221@echo on
    2322gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g commands.c -o commands.o
     23gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g output.c -o output.o
    2424gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g job.c -o job.o
    2525gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g dir.c -o dir.o
     
    5353cd ..
    5454echo commands.o > respf.$$$
    55 for %%f in (job dir file misc main read remake rule implicit default variable) do echo %%f.o >> respf.$$$
     55for %%f in (job output dir file misc main read remake rule implicit default variable) do echo %%f.o >> respf.$$$
    5656for %%f in (expand function vpath hash strcache version ar arscan signame remote-stub getopt getopt1) do echo %%f.o >> respf.$$$
    5757echo glob/libglob.a >> respf.$$$
     58rem gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g guile.c -o guile.o
     59rem echo guile.o >> respf.$$$
    5860@echo Linking...
    5961@echo on
Note: See TracChangeset for help on using the changeset viewer.