Changeset 2596 in kBuild for vendor/gnumake/current/TODO.private
- Timestamp:
- Jun 19, 2012 10:44:52 PM (12 years ago)
- Location:
- vendor/gnumake/current
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
TODO.private (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current
- Property svn:ignore deleted
-
vendor/gnumake/current/TODO.private
r1989 r2596 66 66 67 67 3) Multi-token pattern rule matching (allow %1/%2.c : %1/obj/%2.o, 68 etc., or something like that). I have an implementation of this 69 already, it just needs some refinement... maybe. Additionally I 70 think it only works for static pattern rules; it might need to be 71 fixed up to work with normal pattern rules, too. 68 etc., or something like that). Maybe using regex? 72 69 73 70 4) Provide a .TARGETS variable, containing the names of the targets … … 130 127 131 128 ------------------------------------------------------------------------------- 132 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007133 Free Software Foundation, Inc.129 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 130 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 134 131 This file is part of GNU Make. 135 132
Note:
See TracChangeset
for help on using the changeset viewer.

