# Make clean changes package registration?

**URL:** https://discourse.julialang.org/t/make-clean-changes-package-registration/27680
**Category:** General Usage
**Created:** [August 18, 2019, 2:18pm UTC](https://discourse.julialang.org/t/make-clean-changes-package-registration/27680 "2019-08-18T14:18:35Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Colin\_Beckingham](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/colin_beckingham/32/4878_2.png) [@Colin\_Beckingham](https://discourse.julialang.org/u/Colin_Beckingham)
#### Post date: [August 18, 2019, 2:18pm UTC](https://discourse.julialang.org/t/make-clean-changes-package-registration/27680/1 "2019-08-18T14:18:35Z")

</div>

I frequently recompile the latest Julia master for experimental reasons. Occasionally the recompile fails and suggests that I do a `make clean` and try make again which pretty much resolves the issue. I’m wondering if the make clean has any effect on the registration of packages - I have a Julia script running on a regular crontab item and this failed shortly after my latest recompile with make clean. The reason for the failure was that Julia no longer recognized a previously registered package. Adding the package back solved the issue, so I guess the make clean somehow affected my package collection?

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [August 18, 2019, 2:25pm UTC](https://discourse.julialang.org/t/make-clean-changes-package-registration/27680/2 "2019-08-18T14:25:36Z")

</div>

> [@Colin\_Beckingham](#):
>
> Adding the package back solved the issue, so I guess the make clean somehow affected my package collection?

It might have influenced the stdlibs.
