VirtualBox

Changeset 280 in kBuild for branches/GNU/src/gmake/dep.h


Ignore:
Timestamp:
May 16, 2005 4:54:02 PM (19 years ago)
Author:
bird
Message:

Current make snaphot, 2005-05-16.

Location:
branches/GNU/src/gmake
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake

    • Property svn:ignore
      •  

        old new  
        3434README.DOS
        3535README.W32
         36README.OS2
        3637aclocal.m4
        3738autom4te.cache
  • branches/GNU/src/gmake/dep.h

    r54 r280  
    4141    unsigned int changed : 8;
    4242    unsigned int ignore_mtime : 1;
     43    unsigned int need_2nd_expansion : 1;
    4344  };
    4445
     
    7374
    7475extern struct dep *copy_dep_chain PARAMS ((struct dep *d));
     76extern void free_ns_chain PARAMS ((struct nameseq *n));
    7577extern struct dep *read_all_makefiles PARAMS ((char **makefiles));
    7678extern int eval_buffer PARAMS ((char *buffer));
    77 extern int update_goal_chain PARAMS ((struct dep *goals, int makefiles));
     79extern int update_goal_chain PARAMS ((struct dep *goals));
    7880extern void uniquize_deps PARAMS ((struct dep *));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette