Date: Thu, 7 Apr 2016 22:59:56 +0200 From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= <olivier@freebsd.org> To: "freebsd-current@freebsd.org" <freebsd-current@freebsd.org> Subject: Keeping OptionalObsoleteFiles.inc up to date Message-ID: <CA%2Bq%2BTcoZCsEFJX%2BMz-f4_yz2mp%2BPKxtC8P4PkYRtnJ0586n=Qw@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi, I'm trying to use "make delete-old" specifying WITHOUT_ keyword for removing some no-more used set of files. I've start by testing WITHOUT_TOOLCHAIN: - Some of files related to clang are correctly delete - But there are still lot's of others (like /usr/bin/cc) Then I've checked tools/build/mk/OptionalObsoleteFiles.in and found that lot's files are missing in the ".if ${MK_TOOLCHAIN} == no" section. I've started a new run of phk's build_options_survey script: https://people.freebsd.org/~olivier/build_option_survey_20160406/ And wonder if it's possible to automatically generate the list of conditional files to be put in OptionalObsoleteFiles.in from the result of a build_option_survey script ? Regards, Olivier
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2Bq%2BTcoZCsEFJX%2BMz-f4_yz2mp%2BPKxtC8P4PkYRtnJ0586n=Qw>