Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. make: Nothing to be done for 'first'. ?
Forum Updated to NodeBB v4.3 + New Features

make: Nothing to be done for 'first'. ?

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 1.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    What does it means ?

    07:55:45: Running steps for project untitled...
    07:55:45: Configuration unchanged, skipping qmake step.
    07:55:45: Starting: "/usr/bin/make" -j4
    make: Nothing to be done for 'first'.
    07:55:45: The process "/usr/bin/make" exited normally.
    07:55:45: Elapsed time: 00:00.

    JonBJ 1 Reply Last reply
    0
    • A Anonymous_Banned275

      What does it means ?

      07:55:45: Running steps for project untitled...
      07:55:45: Configuration unchanged, skipping qmake step.
      07:55:45: Starting: "/usr/bin/make" -j4
      make: Nothing to be done for 'first'.
      07:55:45: The process "/usr/bin/make" exited normally.
      07:55:45: Elapsed time: 00:00.

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @AnneRanch
      It means make does not find it needs to recompile/link your project (nothing has been modified since last build, e.g. you run a second build immediately after a first one has completed successfully). first is the ("dummy") default target name, in the Makefile.

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved