diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2015-02-09 19:19:13 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2015-02-09 19:19:13 +0000 |
commit | 9fc7114330f98a5abdb2764f28e1c60baf858f01 (patch) | |
tree | 1c8bcb56f7177826e193c0df92c6a6bfc1e14e7b /contrib/xz | |
parent | c89e68677f75dc9f615fc5cff9a258cfd6b6fc58 (diff) | |
download | FreeBSD-src-9fc7114330f98a5abdb2764f28e1c60baf858f01.zip FreeBSD-src-9fc7114330f98a5abdb2764f28e1c60baf858f01.tar.gz |
Add a few more instructions to xz/FREEBSD-upgrade.
Diffstat (limited to 'contrib/xz')
-rw-r--r-- | contrib/xz/FREEBSD-upgrade | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/xz/FREEBSD-upgrade b/contrib/xz/FREEBSD-upgrade index 8d48be2..986197c 100644 --- a/contrib/xz/FREEBSD-upgrade +++ b/contrib/xz/FREEBSD-upgrade @@ -16,6 +16,9 @@ sh -c 'for F in `cat FREEBSD-Xlist | grep -v FreeBSD`; do rm -rf ./$F ; done' You may check if there are any new files that we don't need. +You should run ``configure'' to make sure you use a more recent +config.h. Running ``make check'' in the xz source tree is also useful. + The instructions for importing new release and merging to HEAD can be found at FreeBSD wiki: |