Bug 237040

Summary: Remove obsolete makefiles
Product: [Retired] 389 Reporter: Noriko Hosoi <nhosoi>
Component: UnknownAssignee: Noriko Hosoi <nhosoi>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0.4   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-07 16:42:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 152373, 240316, 427409    
Attachments:
Description Flags
Obsolete makefile list to be removed
none
cvs commit message none

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).