Changeset 05d97eef in mainline for Makefile


Ignore:
Timestamp:
2019-08-17T12:49:44Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
58ef532
Parents:
6068476
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-07-21 12:32:55)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:44)
Message:

Always add copyright information to the image and also add release script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r6068476 r05d97eef  
    3434ERRNO_INPUT = abi/include/abi/errno.in
    3535
    36 .PHONY: all cscope cscope_parts format ccheck ccheck-fix space doxy check_errno releasefile release
     36.PHONY: nothing cscope cscope_parts format ccheck ccheck-fix space check_errno
    3737
    38 all:
     38nothing:
    3939
    4040cscope:
     
    6161        tools/srepl '[ \t]\+$$' ''
    6262
    63 doxy: $(BUILD_DIR)/build.ninja
    64         ninja -C $(BUILD_DIR) doxygen
    65 
    6663# `sed` pulls a list of "compatibility-only" error codes from `errno.in`,
    6764# the following grep finds instances of those error codes in HelenOS code.
     
    7168        git grep -n -f - -- ':(exclude)abi' ':(exclude)uspace/lib/posix'
    7269
    73 # Release files
    74 
    75 releasefile: all
    76         $(MAKE) -r -C release releasefile
    77 
    78 release:
    79         $(MAKE) -r -C release release
    80 
    8170$(ERRNO_HEADER): $(ERRNO_INPUT)
    8271        echo '/* Generated file. Edit errno.in instead. */' > $@.new
Note: See TracChangeset for help on using the changeset viewer.