xfs
[Top] [All Lists]

autoconf/configure/make

To: linux-xfs@xxxxxxxxxxx
Subject: autoconf/configure/make
From: "Nathan Scott" <nathans@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 5 Jul 2000 12:33:53 -0500
Sender: owner-linux-xfs@xxxxxxxxxxx
hi,

this just bit someone - thought i'd share ... using the current
Makefiles after just refreshing a workarea you cannot run
"make clean" without first having run autoconf/configure (in fact,
you can't do anything much without having run autoconf/configure
since these generate the include/{builddefs,platform_gefs.h} files.

just a plain "make" will run autoconf and configure for you if
it needs to be done.  note also that since the file
cmd/xfs/include/platform_defs.h is now generated, I've removed
the original version from the source tree (not sure if this still
has implications on the CVS tree) - but if you update to the
current source & have an old platform_defs.h lying around, you can
safely remove it.

fyi.

cheers.

-- 
Nathan

<Prev in Thread] Current Thread [Next in Thread>
  • autoconf/configure/make, Nathan Scott <=