X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk/sssa.git/blobdiff_plain/73405a2f893f09af55dc651f126ffc5b8108f354..HEAD:/TODO diff --git a/TODO b/TODO index da5ee07..46d20a6 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ +* Fix behaviour vith -j flag. $(MAKE) must be a separate command. * Separate CFLAGS logic to standalone snippet * Variable PREPROCESS_ONLY for running only preprocessor * Add something like SYS_LIBS and SYS_OBJ (or DEFAULT_LIBS...). These @@ -5,4 +6,6 @@ specify the names of libraries which are loaded by default. It will be like exception handlink, system_stub etc. If these are not needed, linker will not include them. - +* Add SUBDIRS_OPT variable to Makefile.omk. It will descent to the + specified directories only if the directory exists. In case of + non-existing directory, no error is produced.