Bug 237040 - Remove obsolete makefiles
Summary: Remove obsolete makefiles
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: 389
Classification: Retired
Component: Unknown
Version: 1.0.4
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Noriko Hosoi
QA Contact: Viktor Ashirov
URL:
Whiteboard:
Depends On:
Blocks: 152373 240316 FDS1.1.0
TreeView+ depends on / blocked
 
Reported: 2007-04-19 00:41 UTC by Noriko Hosoi
Modified: 2015-12-07 16:42 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-12-07 16:42:34 UTC
Embargoed:


Attachments (Terms of Use)
Obsolete makefile list to be removed (2.41 KB, text/plain)
2007-04-19 00:51 UTC, Noriko Hosoi
no flags Details
cvs commit message (15.57 KB, text/plain)
2007-04-19 18:11 UTC, Noriko Hosoi
no flags Details

Description Noriko Hosoi 2007-04-19 00:41:28 UTC
Description of problem:
Since we have completed migrating to autoconf/automake, we don't need the
obsolete makefiles.

Comment 1 Noriko Hosoi 2007-04-19 00:51:53 UTC
Created attachment 152974 [details]
Obsolete makefile list to be removed

Comment 2 Rich Megginson 2007-04-19 01:33:36 UTC
Nuke 'em!

Comment 3 Nathan Kinder 2007-04-19 02:13:20 UTC
I've been waiting a long time to see these go away!  The list of files looks good!

Comment 4 Noriko Hosoi 2007-04-19 18:11:38 UTC
Created attachment 153041 [details]
cvs commit message

Thank you, Rich and Nathan, for reviewing the list.

Checked in into HEAD.

Comment 5 Noriko Hosoi 2007-11-29 18:34:08 UTC
Hmmm, we may want to remove these, too... (maybe, except distrib, test-plugins,
examples, utest?)
$ pwd
/share/dev4/ds/ds80/builds/20071129.1/earthquake_rhel4/ldapserver
$ find . -name "[Mm]akefile"
./ldap/servers/plugins/distrib/Makefile
./ldap/servers/slapd/test-plugins/Makefile
./lib/base/Makefile
./lib/ldaputil/examples/Makefile
./lib/ldaputil/utest/Makefile
./lib/libaccess/utest/Makefile
./lib/libaccess/Makefile
./lib/libadmin/Makefile
./lib/libsi18n/Makefile

Comment 6 Noriko Hosoi 2007-11-30 18:12:34 UTC
Removed 4 makefiles in the lib/* directories; left the sample/test makefiles.

Resolves: #237040
Summary: Remove obsolete makefiles
Description: removing leftover makefiles in the lib directory    
./lib/base/Makefile ./lib/libaccess/Makefile
    ./lib/libadmin/Makefile ./lib/libsi18n/Makefile
CVS: ----------------------------------------------------------------------
CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Removed Files:
CVS:    ./lib/base/Makefile ./lib/libaccess/Makefile
CVS:    ./lib/libadmin/Makefile ./lib/libsi18n/Makefile
CVS: ----------------------------------------------------------------------
Removing ./lib/base/Makefile;
/cvs/dirsec/ldapserver/lib/base/Makefile,v  <--  Makefile
new revision: delete; previous revision: 1.8
done
Removing ./lib/libaccess/Makefile;
/cvs/dirsec/ldapserver/lib/libaccess/Makefile,v  <--  Makefile
new revision: delete; previous revision: 1.8
done
Removing ./lib/libadmin/Makefile;
/cvs/dirsec/ldapserver/lib/libadmin/Makefile,v  <--  Makefile
new revision: delete; previous revision: 1.11
done
Removing ./lib/libsi18n/Makefile;
/cvs/dirsec/ldapserver/lib/libsi18n/Makefile,v  <--  Makefile
new revision: delete; previous revision: 1.8
done

Verified that there are no obsolete makefiles (except for unit tests or samples).


Note You need to log in before you can comment on or make changes to this bug.