Bug 237040
| Summary: | Remove obsolete makefiles | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] 389 | Reporter: | Noriko Hosoi <nhosoi> | ||||||
| Component: | Unknown | Assignee: | 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
Noriko Hosoi
2007-04-19 00:41:28 UTC
Created attachment 152974 [details]
Obsolete makefile list to be removed
Nuke 'em! I've been waiting a long time to see these go away! The list of files looks good! Created attachment 153041 [details]
cvs commit message
Thank you, Rich and Nathan, for reviewing the list.
Checked in into HEAD.
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 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).
|