common/makefiles/JavaCompilation.gmk

changeset 811
feb4f2d97042
parent 751
e5cf1735638c
child 839
174a54ce39c4
child 850
af81988013b5
     1.1 --- a/common/makefiles/JavaCompilation.gmk	Wed Oct 02 15:08:03 2013 +0200
     1.2 +++ b/common/makefiles/JavaCompilation.gmk	Thu Oct 03 11:26:11 2013 +0200
     1.3 @@ -159,7 +159,7 @@
     1.4          endif
     1.5      endif
     1.6  
     1.7 -    # Utility macros, to make the shell script receipt somewhat easier to dechipher.
     1.8 +    # Utility macros, to make the shell script receipt somewhat easier to decipher.
     1.9  
    1.10      # The capture contents macro finds all files (matching the patterns, typically
    1.11      # .class and .prp) that are newer than the jar-file, ie the new content to be put into the jar.
    1.12 @@ -520,7 +520,7 @@
    1.13          # Using plain javac to batch compile everything.
    1.14          $1 := $$($1_ALL_COPY_TARGETS) $$($1_ALL_COPY_CLEAN_TARGETS) $$($1_BIN)/_the.batch
    1.15  
    1.16 -        # When buliding in batch, put headers in a temp dir to filter out those that actually
    1.17 +        # When building in batch, put headers in a temp dir to filter out those that actually
    1.18          # changed before copying them to the real header dir.
    1.19          ifneq (,$$($1_HEADERS))
    1.20              $1_HEADERS_ARG := -h $$($1_HEADERS).tmp

mercurial