[LU-455] autogen.sh preparation produces automake chatter Created: 23/Jun/11  Updated: 13/Aug/11  Resolved: 12/Aug/11

Status: Resolved
Project: Lustre
Component/s: None
Affects Version/s: Lustre 2.1.0
Fix Version/s: Lustre 2.1.0

Type: Improvement Priority: Minor
Reporter: Richard Henwood (Inactive) Assignee: Richard Henwood (Inactive)
Resolution: Fixed Votes: 0
Labels: None

Rank (Obsolete): 4916

 Description   

During preparation of the Lustre source, automake produces chatter warning that DIST_SOURCES, DIST, EXTRA_SOURCES, EXTRA is "defined by no programs...' and 'as canonical name'

To reproduce:

[build@localhost ~]$ git clone git://git.whamcloud.com/fs/lustre-release.git
Initialized empty Git repository in /home/build/lustre-release/.git/
remote: Counting objects: 224882, done.
remote: Compressing objects: 100% (48645/48645), done.
remote: Total 224882 (delta 163213), reused 220950 (delta 159297)
Receiving objects: 100% (224882/224882), 85.16 MiB | 3.84 MiB/s, done.
Resolving deltas: 100% (163213/163213), done.
[build@localhost ~]$ cd lustre-release
[build@localhost lustre-release]$ sh ./autogen.sh
Checking for a complete tree...
/usr/bin/automake-1.11
checking for automake-1.11 >= 1.9... found 1.11.1
checking for autoconf >= 2.57... found 2.63
Running aclocal-1.11  -I /home/build/lustre-release/build/autoconf -I /home/build/lustre-release/libcfs/autoconf -I /home/build/lustre-release/lnet/autoconf -I /home/build/lustre-release/lustre/autoconf -I /home/build/lustre-release/snmp/autoconf
Running autoheader
Running automake-1.11 -a -c -W no-portabilityconfigure.ac:12: installing `./config.guess'
configure.ac:12: installing `./config.sub'
configure.ac:14: installing `./install-sh'
configure.ac:14: installing `./missing'
libcfs/libcfs/autoMakefile.am: installing `./depcomp'
libcfs/libcfs/autoMakefile.am:92: variable `DIST_SOURCES' is defined but no program or
libcfs/libcfs/autoMakefile.am:92: library has `DIST' as canonical name (possible typo)
lnet/klnds/mxlnd/autoMakefile.am:44: variable `DIST_SOURCES' is defined but no program or
lnet/klnds/mxlnd/autoMakefile.am:44: library has `DIST' as canonical name (possible typo)
lnet/klnds/o2iblnd/autoMakefile.am:44: variable `DIST_SOURCES' is defined but no program or
lnet/klnds/o2iblnd/autoMakefile.am:44: library has `DIST' as canonical name (possible typo)
lnet/klnds/ptllnd/autoMakefile.am:8: variable `DIST_SOURCES' is defined but no program or
lnet/klnds/ptllnd/autoMakefile.am:8: library has `DIST' as canonical name (possible typo)
lnet/klnds/qswlnd/autoMakefile.am:44: variable `DIST_SOURCES' is defined but no program or
lnet/klnds/qswlnd/autoMakefile.am:44: library has `DIST' as canonical name (possible typo)
lnet/klnds/ralnd/autoMakefile.am:44: variable `DIST_SOURCES' is defined but no program or
lnet/klnds/ralnd/autoMakefile.am:44: library has `DIST' as canonical name (possible typo)
lnet/klnds/socklnd/autoMakefile.am:9: variable `DIST_SOURCES' is defined but no program or
lnet/klnds/socklnd/autoMakefile.am:9: library has `DIST' as canonical name (possible typo)
lnet/lnet/autoMakefile.am:46: variable `DIST_SOURCES' is defined but no program or
lnet/lnet/autoMakefile.am:46: library has `DIST' as canonical name (possible typo)
lnet/selftest/autoMakefile.am:23: variable `DIST_SOURCES' is defined but no program or
lnet/selftest/autoMakefile.am:23: library has `DIST' as canonical name (possible typo)
lustre/cmm/autoMakefile.am:42: variable `DIST_SOURCES' is defined but no program or
lustre/cmm/autoMakefile.am:42: library has `DIST' as canonical name (possible typo)
lustre/fid/autoMakefile.am:51: variable `DIST_SOURCES' is defined but no program or
lustre/fid/autoMakefile.am:51: library has `DIST' as canonical name (possible typo)
lustre/fld/autoMakefile.am:49: variable `DIST_SOURCES' is defined but no program or
lustre/fld/autoMakefile.am:49: library has `DIST' as canonical name (possible typo)
lustre/lmv/autoMakefile.am:48: variable `DIST_SOURCES' is defined but no program or
lustre/lmv/autoMakefile.am:48: library has `DIST' as canonical name (possible typo)
lustre/mdd/autoMakefile.am:42: variable `DIST_SOURCES' is defined but no program or
lustre/mdd/autoMakefile.am:42: library has `DIST' as canonical name (possible typo)
lustre/mdt/autoMakefile.am:42: variable `DIST_SOURCES' is defined but no program or
lustre/mdt/autoMakefile.am:42: library has `DIST' as canonical name (possible typo)
lustre/osd-ldiskfs/autoMakefile.am:42: variable `DIST_SOURCES' is defined but no program or
lustre/osd-ldiskfs/autoMakefile.am:42: library has `DIST' as canonical name (possible typo)
lustre/ptlrpc/gss/autoMakefile.am:44: variable `DIST_SOURCES' is defined but no program or
lustre/ptlrpc/gss/autoMakefile.am:44: library has `DIST' as canonical name (possible typo)
autoMakefile.am:7: variable `EXTRA_SOURCES' is defined but no program or
autoMakefile.am:7: library has `EXTRA' as canonical name (possible typo)

Running autoconf
Running autogen for libsysio...
Running sh autogen.shtests/module.mk:1: shell ls tests/*.[ch]: non-POSIX variable name
tests/module.mk:1: (probably a GNU make extension)
Makefile.am:11:   `tests/module.mk' included from here

Running autogen for lustre-iokit...
Running sh autogen.shRunning aclocal-1.11...
Running automake-1.11 -a -c...
configure.ac:3: installing `./install-sh'
configure.ac:3: installing `./missing'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING' using GNU General Public License v3 file
Makefile.am:     Consider adding the COPYING file to the version control system
Makefile.am:     for your code, to avoid questions about which license your project uses.
Running autoconf...
Finished.  Ready for ./configure ...

Running autogen for ldiskfs...
Running sh autogen.shChecking for a complete tree...
/usr/bin/automake-1.11
checking for automake-1.11 >= 1.9... found 1.11.1
checking for autoconf >= 2.57... found 2.63
Running aclocal-1.11  -I /home/build/lustre-release/ldiskfs/build/autoconf
Running autoheader
Running automake-1.11 -a -c -W no-portabilityconfigure.ac:10: installing `./config.guess'
configure.ac:10: installing `./config.sub'
configure.ac:12: installing `./install-sh'
configure.ac:12: installing `./missing'

Running autoconf

[build@localhost lustre-release]$ 


 Comments   
Comment by Christopher Morrone [ 13/Jul/11 ]

We have a patch for this that is a year old, from bugzilla bug 20220. I just pushed it for review:

http://review.whamcloud.com/1092

Comment by Christopher Morrone [ 27/Jul/11 ]

Patch at http://review.whamcloud.com/1092 passed Maloo. Needs reviewers assigned.

Comment by Prakash Surya (Inactive) [ 27/Jul/11 ]

Chris, I believe you can add reviewers yourself. When my patches are ready to be merged I will usually add Oleg to the patch. Although I dont know if something special happens when a more priviliged user adds a reviewer.

Comment by Christopher Morrone [ 27/Jul/11 ]

Oleg is the gatekeeper, and normally the last step after the patch has gotten two reviews (unless Oleg is the expert in that area an therefore in the first round of reviews). When I've discussed it with Peter in the past, he has suggested that the bug owner will be responsible for assigning patch reviewers.

Comment by Richard Henwood (Inactive) [ 01/Aug/11 ]

Hi Chris,

Peter's alerted me to your work on this, and my status as reporter.

I'm watching this page now, and will shepherd your patch through the review stage.

cheers,
Richard

Comment by Richard Henwood (Inactive) [ 12/Aug/11 ]

Patch landed on master:

http://git.whamcloud.com/?p=fs/lustre-release.git;a=commit;h=88ae427ab69c4984509631e003e04bd4f7c29fc8

Comment by Build Master (Inactive) [ 12/Aug/11 ]

Integrated in lustre-master » x86_64,client,el6,inkernel #256
LU-455 Replace DIST_SOURCES with EXTRA_DIST

Oleg Drokin : 88ae427ab69c4984509631e003e04bd4f7c29fc8
Files :

  • lustre/cmm/autoMakefile.am
  • lustre/mdd/autoMakefile.am
  • libsysio/tests/module.mk
  • libcfs/libcfs/autoMakefile.am
  • lustre/fid/autoMakefile.am
  • lustre/fld/autoMakefile.am
  • build/autoMakefile.am.toplevel
  • lustre/ptlrpc/gss/autoMakefile.am
  • lustre/lmv/autoMakefile.am
  • lnet/lnet/autoMakefile.am
  • lnet/klnds/mxlnd/autoMakefile.am
  • lnet/klnds/socklnd/autoMakefile.am
  • lnet/klnds/ptllnd/autoMakefile.am
  • lnet/klnds/qswlnd/autoMakefile.am
  • lustre/osd-ldiskfs/autoMakefile.am
  • lnet/selftest/autoMakefile.am
  • autoMakefile.am
  • lnet/klnds/ralnd/autoMakefile.am
  • lnet/klnds/o2iblnd/autoMakefile.am
  • lustre/mdt/autoMakefile.am
Comment by Build Master (Inactive) [ 12/Aug/11 ]

Integrated in lustre-master » x86_64,client,el5,ofa #256
LU-455 Replace DIST_SOURCES with EXTRA_DIST

Oleg Drokin : 88ae427ab69c4984509631e003e04bd4f7c29fc8
Files :

  • build/autoMakefile.am.toplevel
  • lnet/klnds/ralnd/autoMakefile.am
  • lustre/mdd/autoMakefile.am
  • lustre/fld/autoMakefile.am
  • autoMakefile.am
  • lustre/ptlrpc/gss/autoMakefile.am
  • lnet/klnds/ptllnd/autoMakefile.am
  • lnet/klnds/mxlnd/autoMakefile.am
  • lnet/klnds/qswlnd/autoMakefile.am
  • lustre/osd-ldiskfs/autoMakefile.am
  • libcfs/libcfs/autoMakefile.am
  • lnet/selftest/autoMakefile.am
  • lustre/lmv/autoMakefile.am
  • lustre/fid/autoMakefile.am
  • libsysio/tests/module.mk
  • lnet/lnet/autoMakefile.am
  • lustre/mdt/autoMakefile.am
  • lnet/klnds/o2iblnd/autoMakefile.am
  • lnet/klnds/socklnd/autoMakefile.am
  • lustre/cmm/autoMakefile.am
Comment by Build Master (Inactive) [ 12/Aug/11 ]

Integrated in lustre-master » x86_64,client,ubuntu1004,inkernel #256
LU-455 Replace DIST_SOURCES with EXTRA_DIST

Oleg Drokin : 88ae427ab69c4984509631e003e04bd4f7c29fc8
Files :

  • lustre/osd-ldiskfs/autoMakefile.am
  • lnet/klnds/o2iblnd/autoMakefile.am
  • lustre/fld/autoMakefile.am
  • lustre/mdt/autoMakefile.am
  • lnet/klnds/mxlnd/autoMakefile.am
  • lnet/klnds/socklnd/autoMakefile.am
  • lustre/cmm/autoMakefile.am
  • libsysio/tests/module.mk
  • lustre/mdd/autoMakefile.am
  • autoMakefile.am
  • lnet/selftest/autoMakefile.am
  • build/autoMakefile.am.toplevel
  • lnet/klnds/ptllnd/autoMakefile.am
  • lnet/klnds/qswlnd/autoMakefile.am
  • lnet/lnet/autoMakefile.am
  • lustre/fid/autoMakefile.am
  • libcfs/libcfs/autoMakefile.am
  • lnet/klnds/ralnd/autoMakefile.am
  • lustre/ptlrpc/gss/autoMakefile.am
  • lustre/lmv/autoMakefile.am
Comment by Build Master (Inactive) [ 12/Aug/11 ]

Integrated in lustre-master » i686,client,el5,inkernel #256
LU-455 Replace DIST_SOURCES with EXTRA_DIST

Oleg Drokin : 88ae427ab69c4984509631e003e04bd4f7c29fc8
Files :

  • lnet/klnds/ralnd/autoMakefile.am
  • lustre/cmm/autoMakefile.am
  • lustre/lmv/autoMakefile.am
  • lustre/fid/autoMakefile.am
  • libsysio/tests/module.mk
  • lnet/lnet/autoMakefile.am
  • lustre/ptlrpc/gss/autoMakefile.am
  • lustre/mdd/autoMakefile.am
  • lnet/klnds/o2iblnd/autoMakefile.am
  • lnet/klnds/socklnd/autoMakefile.am
  • lnet/klnds/mxlnd/autoMakefile.am
  • lustre/fld/autoMakefile.am
  • autoMakefile.am
  • lustre/mdt/autoMakefile.am
  • lnet/klnds/qswlnd/autoMakefile.am
  • lustre/osd-ldiskfs/autoMakefile.am
  • lnet/selftest/autoMakefile.am
  • build/autoMakefile.am.toplevel
  • lnet/klnds/ptllnd/autoMakefile.am
  • libcfs/libcfs/autoMakefile.am
Comment by Build Master (Inactive) [ 12/Aug/11 ]

Integrated in lustre-master » i686,server,el5,ofa #256
LU-455 Replace DIST_SOURCES with EXTRA_DIST

Oleg Drokin : 88ae427ab69c4984509631e003e04bd4f7c29fc8
Files :

  • lnet/klnds/mxlnd/autoMakefile.am
  • lustre/osd-ldiskfs/autoMakefile.am
  • libsysio/tests/module.mk
  • build/autoMakefile.am.toplevel
  • lustre/mdt/autoMakefile.am
  • autoMakefile.am
  • lnet/klnds/socklnd/autoMakefile.am
  • lustre/fid/autoMakefile.am
  • libcfs/libcfs/autoMakefile.am
  • lnet/klnds/o2iblnd/autoMakefile.am
  • lnet/klnds/ralnd/autoMakefile.am
  • lustre/ptlrpc/gss/autoMakefile.am
  • lnet/lnet/autoMakefile.am
  • lnet/klnds/qswlnd/autoMakefile.am
  • lustre/fld/autoMakefile.am
  • lnet/klnds/ptllnd/autoMakefile.am
  • lustre/cmm/autoMakefile.am
  • lnet/selftest/autoMakefile.am
  • lustre/lmv/autoMakefile.am
  • lustre/mdd/autoMakefile.am
Comment by Build Master (Inactive) [ 12/Aug/11 ]

Integrated in lustre-master » i686,server,el6,inkernel #256
LU-455 Replace DIST_SOURCES with EXTRA_DIST

Oleg Drokin : 88ae427ab69c4984509631e003e04bd4f7c29fc8
Files :

  • libsysio/tests/module.mk
  • lnet/klnds/qswlnd/autoMakefile.am
  • lustre/osd-ldiskfs/autoMakefile.am
  • lustre/cmm/autoMakefile.am
  • lustre/mdt/autoMakefile.am
  • lustre/mdd/autoMakefile.am
  • lustre/lmv/autoMakefile.am
  • lnet/selftest/autoMakefile.am
  • lustre/ptlrpc/gss/autoMakefile.am
  • lnet/klnds/ptllnd/autoMakefile.am
  • autoMakefile.am
  • lnet/klnds/ralnd/autoMakefile.am
  • lnet/lnet/autoMakefile.am
  • build/autoMakefile.am.toplevel
  • libcfs/libcfs/autoMakefile.am
  • lustre/fld/autoMakefile.am
  • lnet/klnds/socklnd/autoMakefile.am
  • lustre/fid/autoMakefile.am
  • lnet/klnds/mxlnd/autoMakefile.am
  • lnet/klnds/o2iblnd/autoMakefile.am
Comment by Build Master (Inactive) [ 12/Aug/11 ]

Integrated in lustre-master » x86_64,client,el5,inkernel #256
LU-455 Replace DIST_SOURCES with EXTRA_DIST

Oleg Drokin : 88ae427ab69c4984509631e003e04bd4f7c29fc8
Files :

  • libcfs/libcfs/autoMakefile.am
  • lustre/mdd/autoMakefile.am
  • lnet/selftest/autoMakefile.am
  • lnet/klnds/mxlnd/autoMakefile.am
  • lustre/osd-ldiskfs/autoMakefile.am
  • lnet/klnds/o2iblnd/autoMakefile.am
  • lnet/lnet/autoMakefile.am
  • autoMakefile.am
  • build/autoMakefile.am.toplevel
  • lustre/mdt/autoMakefile.am
  • lnet/klnds/qswlnd/autoMakefile.am
  • lustre/ptlrpc/gss/autoMakefile.am
  • lustre/lmv/autoMakefile.am
  • lustre/fid/autoMakefile.am
  • lustre/fld/autoMakefile.am
  • libsysio/tests/module.mk
  • lnet/klnds/ralnd/autoMakefile.am
  • lnet/klnds/socklnd/autoMakefile.am
  • lnet/klnds/ptllnd/autoMakefile.am
  • lustre/cmm/autoMakefile.am
Comment by Build Master (Inactive) [ 12/Aug/11 ]

Integrated in lustre-master » x86_64,server,el6,inkernel #256
LU-455 Replace DIST_SOURCES with EXTRA_DIST

Oleg Drokin : 88ae427ab69c4984509631e003e04bd4f7c29fc8
Files :

  • lnet/selftest/autoMakefile.am
  • lustre/cmm/autoMakefile.am
  • lustre/mdt/autoMakefile.am
  • lnet/lnet/autoMakefile.am
  • lnet/klnds/mxlnd/autoMakefile.am
  • lnet/klnds/qswlnd/autoMakefile.am
  • lnet/klnds/ralnd/autoMakefile.am
  • lustre/fld/autoMakefile.am
  • autoMakefile.am
  • build/autoMakefile.am.toplevel
  • lnet/klnds/ptllnd/autoMakefile.am
  • lustre/ptlrpc/gss/autoMakefile.am
  • lustre/mdd/autoMakefile.am
  • libsysio/tests/module.mk
  • lustre/lmv/autoMakefile.am
  • lnet/klnds/socklnd/autoMakefile.am
  • lustre/osd-ldiskfs/autoMakefile.am
  • lustre/fid/autoMakefile.am
  • libcfs/libcfs/autoMakefile.am
  • lnet/klnds/o2iblnd/autoMakefile.am
Comment by Build Master (Inactive) [ 12/Aug/11 ]

Integrated in lustre-master » i686,server,el5,inkernel #256
LU-455 Replace DIST_SOURCES with EXTRA_DIST

Oleg Drokin : 88ae427ab69c4984509631e003e04bd4f7c29fc8
Files :

  • lnet/klnds/ptllnd/autoMakefile.am
  • libcfs/libcfs/autoMakefile.am
  • lnet/klnds/qswlnd/autoMakefile.am
  • lustre/ptlrpc/gss/autoMakefile.am
  • lustre/lmv/autoMakefile.am
  • lnet/klnds/socklnd/autoMakefile.am
  • lustre/cmm/autoMakefile.am
  • autoMakefile.am
  • build/autoMakefile.am.toplevel
  • lnet/selftest/autoMakefile.am
  • lustre/mdt/autoMakefile.am
  • lnet/klnds/ralnd/autoMakefile.am
  • lustre/mdd/autoMakefile.am
  • lustre/fid/autoMakefile.am
  • lustre/fld/autoMakefile.am
  • lustre/osd-ldiskfs/autoMakefile.am
  • lnet/lnet/autoMakefile.am
  • lnet/klnds/o2iblnd/autoMakefile.am
  • lnet/klnds/mxlnd/autoMakefile.am
  • libsysio/tests/module.mk
Comment by Build Master (Inactive) [ 12/Aug/11 ]

Integrated in lustre-master » i686,client,el5,ofa #256
LU-455 Replace DIST_SOURCES with EXTRA_DIST

Oleg Drokin : 88ae427ab69c4984509631e003e04bd4f7c29fc8
Files :

  • lustre/cmm/autoMakefile.am
  • lustre/osd-ldiskfs/autoMakefile.am
  • lnet/klnds/o2iblnd/autoMakefile.am
  • lustre/fld/autoMakefile.am
  • libcfs/libcfs/autoMakefile.am
  • lustre/ptlrpc/gss/autoMakefile.am
  • autoMakefile.am
  • libsysio/tests/module.mk
  • lnet/selftest/autoMakefile.am
  • lnet/lnet/autoMakefile.am
  • lustre/mdt/autoMakefile.am
  • lnet/klnds/mxlnd/autoMakefile.am
  • lustre/mdd/autoMakefile.am
  • lnet/klnds/ralnd/autoMakefile.am
  • build/autoMakefile.am.toplevel
  • lnet/klnds/ptllnd/autoMakefile.am
  • lnet/klnds/socklnd/autoMakefile.am
  • lustre/lmv/autoMakefile.am
  • lustre/fid/autoMakefile.am
  • lnet/klnds/qswlnd/autoMakefile.am
Comment by Build Master (Inactive) [ 12/Aug/11 ]

Integrated in lustre-master » x86_64,server,el5,ofa #256
LU-455 Replace DIST_SOURCES with EXTRA_DIST

Oleg Drokin : 88ae427ab69c4984509631e003e04bd4f7c29fc8
Files :

  • lnet/klnds/qswlnd/autoMakefile.am
  • lustre/mdd/autoMakefile.am
  • autoMakefile.am
  • lustre/fid/autoMakefile.am
  • lustre/ptlrpc/gss/autoMakefile.am
  • libcfs/libcfs/autoMakefile.am
  • lnet/klnds/o2iblnd/autoMakefile.am
  • lustre/osd-ldiskfs/autoMakefile.am
  • lnet/klnds/ptllnd/autoMakefile.am
  • lnet/klnds/socklnd/autoMakefile.am
  • lustre/mdt/autoMakefile.am
  • lnet/klnds/mxlnd/autoMakefile.am
  • libsysio/tests/module.mk
  • lnet/klnds/ralnd/autoMakefile.am
  • lnet/lnet/autoMakefile.am
  • build/autoMakefile.am.toplevel
  • lustre/fld/autoMakefile.am
  • lustre/lmv/autoMakefile.am
  • lnet/selftest/autoMakefile.am
  • lustre/cmm/autoMakefile.am
Comment by Build Master (Inactive) [ 12/Aug/11 ]

Integrated in lustre-master » i686,client,el6,inkernel #256
LU-455 Replace DIST_SOURCES with EXTRA_DIST

Oleg Drokin : 88ae427ab69c4984509631e003e04bd4f7c29fc8
Files :

  • lustre/ptlrpc/gss/autoMakefile.am
  • lnet/klnds/ptllnd/autoMakefile.am
  • lustre/cmm/autoMakefile.am
  • autoMakefile.am
  • lustre/fld/autoMakefile.am
  • lnet/lnet/autoMakefile.am
  • lustre/mdd/autoMakefile.am
  • build/autoMakefile.am.toplevel
  • lustre/lmv/autoMakefile.am
  • lnet/klnds/mxlnd/autoMakefile.am
  • lnet/klnds/o2iblnd/autoMakefile.am
  • lnet/selftest/autoMakefile.am
  • lnet/klnds/socklnd/autoMakefile.am
  • libsysio/tests/module.mk
  • lustre/fid/autoMakefile.am
  • lustre/mdt/autoMakefile.am
  • lustre/osd-ldiskfs/autoMakefile.am
  • lnet/klnds/qswlnd/autoMakefile.am
  • lnet/klnds/ralnd/autoMakefile.am
  • libcfs/libcfs/autoMakefile.am
Comment by Build Master (Inactive) [ 12/Aug/11 ]

Integrated in lustre-master » x86_64,server,el5,inkernel #256
LU-455 Replace DIST_SOURCES with EXTRA_DIST

Oleg Drokin : 88ae427ab69c4984509631e003e04bd4f7c29fc8
Files :

  • lnet/lnet/autoMakefile.am
  • lustre/mdt/autoMakefile.am
  • build/autoMakefile.am.toplevel
  • lustre/fid/autoMakefile.am
  • lnet/klnds/qswlnd/autoMakefile.am
  • lnet/selftest/autoMakefile.am
  • lustre/lmv/autoMakefile.am
  • lnet/klnds/mxlnd/autoMakefile.am
  • lustre/fld/autoMakefile.am
  • lustre/mdd/autoMakefile.am
  • lnet/klnds/ralnd/autoMakefile.am
  • autoMakefile.am
  • libsysio/tests/module.mk
  • libcfs/libcfs/autoMakefile.am
  • lnet/klnds/socklnd/autoMakefile.am
  • lustre/osd-ldiskfs/autoMakefile.am
  • lustre/ptlrpc/gss/autoMakefile.am
  • lustre/cmm/autoMakefile.am
  • lnet/klnds/o2iblnd/autoMakefile.am
  • lnet/klnds/ptllnd/autoMakefile.am
Comment by Build Master (Inactive) [ 13/Aug/11 ]

Integrated in lustre-master » x86_64,client,sles11,inkernel #256
LU-455 Replace DIST_SOURCES with EXTRA_DIST

Oleg Drokin : 88ae427ab69c4984509631e003e04bd4f7c29fc8
Files :

  • lnet/klnds/ralnd/autoMakefile.am
  • lustre/cmm/autoMakefile.am
  • build/autoMakefile.am.toplevel
  • libcfs/libcfs/autoMakefile.am
  • lnet/klnds/mxlnd/autoMakefile.am
  • lustre/fid/autoMakefile.am
  • libsysio/tests/module.mk
  • lustre/mdd/autoMakefile.am
  • autoMakefile.am
  • lnet/klnds/qswlnd/autoMakefile.am
  • lustre/mdt/autoMakefile.am
  • lnet/klnds/o2iblnd/autoMakefile.am
  • lnet/lnet/autoMakefile.am
  • lnet/klnds/ptllnd/autoMakefile.am
  • lnet/klnds/socklnd/autoMakefile.am
  • lustre/lmv/autoMakefile.am
  • lustre/osd-ldiskfs/autoMakefile.am
  • lustre/fld/autoMakefile.am
  • lnet/selftest/autoMakefile.am
  • lustre/ptlrpc/gss/autoMakefile.am
Generated at Sat Feb 10 01:07:12 UTC 2024 using Jira 9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c.