Actions
Bug #17320
closedIs 'make realclean' supposed to work?
Bug #17320:
Is 'make realclean' supposed to work?
Updated by vo.x (Vit Ondruch) over 5 years ago
Sorry, hit the enter. Prematurealy.
The DeveloperHowto 1 mentions make realclean to remove everything pregenerated. Trying that, it does not work:
$ make realclean
make: *** No rule to make target 'realclean'. Stop.
Checking the source code 2, there is realclean:: and I wonder, is the additional colon just type? Otherwise I am not sure how to execute the target ...
Updated by vo.x (Vit Ondruch) over 5 years ago
- Status changed from Open to Closed
Of course configure must be execute prior trying to run make something. Oh my. Sorry for the noise.
Actions