/make/edam-mk

To get this branch, use:
bzr branch http://bzr.ed.am/make/edam-mk

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: edam
  • Date: 2012-03-26 15:31:11 UTC
  • Revision ID: tim@ed.am-20120326153111-ar79qfrghfop7lau
fixed spacing in NEWS

Show diffs side-by-side

added added

removed removed

9
9
 
10
10
        - changed name of makefile used in subdirs to emake.mk
11
11
        - a file names 'subdir.mk' in subdirectories mentioned in the SUBDIRS
12
 
      variable is now explicitly used during the making the subdirectory, if it
13
 
      is present
 
12
          variable is now explicitly used during the making the subdirectory, if it
 
13
          is present
14
14
        - used line breaks for long lines, rather than multiple variable definitions
15
15
        - added extra warnings for C++ compilation
16
16
        - create position independant code in static libs as well as shared
33
33
version 3.0
34
34
 
35
35
        - renamed to edam.mk; makefile should now be included rather than
36
 
      duplicated and modified
 
36
          duplicated and modified
37
37
        - added documentation comments and a disclaimer
38
38
        - removed settings that should now be specified in a separaet Makefile
39
 
      before including edam.mk
 
39
          before including edam.mk
40
40
 
41
41
version 2.4
42
42
 
45
45
version 2.3
46
46
 
47
47
        - optimised dependency generation: generate stub dependencies from the
48
 
      compiler and don't use the sed script where possible
 
48
          compiler and don't use the sed script where possible
49
49
        - fix spelling mistake in dependencies
50
50
        - only generate dependency files in debug mode
51
51