Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make distclean removes man pages #2392

Closed
389-ds-bot opened this issue Sep 13, 2020 · 4 comments
Closed

make distclean removes man pages #2392

389-ds-bot opened this issue Sep 13, 2020 · 4 comments
Labels
closed: fixed Migration flag - Issue
Milestone

Comments

@389-ds-bot
Copy link

Cloned from Pagure issue: https://pagure.io/389-ds-base/issue/49333

  • Created at 2017-07-26 12:00:12 by lkrispen (@elkris)
  • Closed at 2019-08-23 20:43:05 as fixed
  • Assigned to nobody

if you checkout the src tree and run
autoreconf .fiv
configure .....
make install

everything works fine. But running make distclean does:
rm -rf /389-ds-base/man

and after that you have:

git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)

deleted:    man/man1/cl-dump.1
deleted:    man/man1/dbgen.pl.1
     .....

then next configure &make install will fail with "no rule to make target man/man1/cl-dump.1......

since these files are gone.

The change was introduced by patch 49139
It should probably only remove man/man3

@389-ds-bot 389-ds-bot added the closed: fixed Migration flag - Issue label Sep 13, 2020
@389-ds-bot 389-ds-bot added this to the 1.3.7 backlog milestone Sep 13, 2020
@389-ds-bot
Copy link
Author

Comment from mreynolds (@mreynolds389) at 2017-08-10 17:22:33

Metadata Update from @mreynolds389:

  • Custom field component adjusted to None
  • Custom field origin adjusted to None
  • Custom field reviewstatus adjusted to None
  • Custom field type adjusted to None
  • Custom field version adjusted to None
  • Issue set to the milestone: 1.3.7 backlog

@389-ds-bot
Copy link
Author

Comment from mreynolds (@mreynolds389) at 2018-05-29 17:42:08

Metadata Update from @mreynolds389:

  • Custom field reviewstatus adjusted to ack (was: None)

@389-ds-bot
Copy link
Author

Comment from mhonek (@kenoh) at 2018-05-30 14:01:39

PR 49710 merged into master as 2e46702.

@389-ds-bot
Copy link
Author

Comment from mreynolds (@mreynolds389) at 2019-08-23 20:43:05

Metadata Update from @mreynolds389:

  • Issue close_status updated to: fixed
  • Issue status updated to: Closed (was: Open)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed: fixed Migration flag - Issue
Projects
None yet
Development

No branches or pull requests

1 participant